maxProjectionDistance property

double? maxProjectionDistance
getter/setter pair

@brief This parameter controls the router behaviour in case if the position essentially deviates from the proposed route. If the position deviates more than the specified distance (in meters), then the route will be rebuilt. You should not set the maxProjectionDistance value too low. The reasonable interval of values is 3, 10. Default value is 5.

Implementation

double? maxProjectionDistance;