Click or drag to resize

NavigationManagerNavigator Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets the Navigator used by this NavigationManager.

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

Property Value

Type: Navigator
Remarks
A Navigator simply guides the user along a Route using GPS updates. The NavigationManager class encapsulates all the functionality of a Navigator. If you are using a NavigationManager it is often unnecessary to also use a Navigator.
See Also