radiusInMeters property
getter/setter pair
The radius for potential candidates of a road to be used as a waypoint for the route calculation. This could be used either because it is not important which place is used, or because it is unknown. The default radius is zero. If the route should pass the waypoint as close as possible, the default value should be kept. Note that the waypoint will be matched to a road. Non-zero values allow a greater tolerance. If negative, route calculation will fail with an RoutingError.invalidParameter error. Note that Waypoint.sideOfStreetHint option is ignored if the user sets this option with a value greater than zero.
Implementation
int radiusInMeters;