Telogis.GeoBase.Routing.RoutingStrategyShortest |
RoutingStrategyShortest inherits from Routing.RoutingStrategy.
A type of Routing.RoutingStrategy that specifies a custom callback on the server to favor shorter routes.
var shortest_strategy = new Telogis.GeoBase.Routing.RoutingStrategyShortest(); route.setStrategy(shortest_strategy);