transitRadiusInMeters property
getter/setter pair
The maximum allowed distance from the waypoint that the calculated route may pass through. For example, to drive past a city without necessarily going into the city center, you can specify the coordinates of the center and a transit radius of 5000m. The default transit 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 map-matched to a road. Non-zero values allow a greater tolerance. Note that Waypoint.sideOfStreetHint option is ignored if the user sets this option with a value greater than zero.
Implementation
int transitRadiusInMeters;