Click or drag to resize

NavigatorStrategy Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets or sets the navigator's routing strategy.

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

Property Value

Type: RoutingStrategy
Remarks

Defaults to RoutingStrategyFastest.

Use RecalculateRoute to manually recalculate the route after making changes to RoutingStrategy or VehicleSpec, or any members of the strategy (for example AllowUTurns).

See Also