Click or drag to resize

NavigatorDirections Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets the Directions for this navigator to the defined Destination.

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

Property Value

Type: Directions
Remarks

The Directions returned will be a single instruction only, that is, one instruction describing the next movement along the route. For a complete list of instructions describing a route, consider the GetDirections method in the Telogis.GeoBase.Routing namespace.

The Gps must have a fix to allow this navigator to calculate directions.

See Also