Whether or not u-turns are allowed as part of the route.
The number of seconds that are added as a penality to the route calculation for crossing the road.
Whether the route is allowed to include u-turns at the end of a dead-end road. Or whether u-turns at dead-end roads are forbidden or discouraged.
When true, the routing engine uses preferred constraints. May introduce a performance penalty. When false, preferred constraints are not obeyed.
Whether the route is allowed to include instructions to cross the opposite side of the road with oncoming traffic. Or whether road crossings are forbidden or discouraged.
The type of routing strategy, e.g. fastest, shortest or for pedestrians
The number of seconds that are added as a penality to the route calculation for doing a u-turn.
Whether or not the route is allowed to include toll roads.
Generated using TypeDoc
An interface for a RoutingStrategy, which is a set of constraints to which the routing engine should adhere when calculating a route.