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