Click or drag to resize

RouteStrategy Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Sets the RoutingStrategy used to optimize stops and calculate directions. Default is RoutingStrategyFastest.

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public RoutingStrategy Strategy { get; set; }

Property Value

Type: RoutingStrategy

Implements

IRouteStrategy
Remarks
Changing the RoutingStrategy will alter the priorities of the routing optimization routine.

It may be necessary to call ForceRecalculate if the routing strategy is changed after a route has been calculated.

Related articles: Modifying the Routing Strategy, Routing with Traffic.

See Also