Click or drag to resize

Telogis.GeoBase.Routing.RoutingStrategyFastest

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
RoutingStrategyFastest Class

RoutingStrategyFastest inherits from Routing.RoutingStrategy.

A type of Routing.RoutingStrategy that specifies a custom callback on the server to favor faster routes.

JavaScript
var fastest_strategy = new Telogis.GeoBase.Routing.RoutingStrategyFastest();
route.setStrategy(fastest_strategy);