Specifies that only points whose distance to the target is less than
"max_distance" should be returned.
Note that points whose distance is exactly equal to "max_distance" are
not returned. Normally this doesn't matter, because distances are not
computed exactly in the first place, but if such points are needed then
see set_inclusive_max_distance() below.
Specifies that only points whose distance to the target is less than "max_distance" should be returned.
Note that points whose distance is exactly equal to "max_distance" are not returned. Normally this doesn't matter, because distances are not computed exactly in the first place, but if such points are needed then see set_inclusive_max_distance() below.
DEFAULT: Distance::Infinity()