Click or drag to resize

Navigator Constructor (IGps, MessagesBundle)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Create a new Navigator with the specified GPS unit, and MessagesBundle for displaying strings.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public Navigator(
	IGps gps,
	MessagesBundle messagesBundle
)

Parameters

gps
Type: Telogis.GeoBase.NavigationIGps
The IGps that will be used.
messagesBundle
Type: Telogis.GeoBase.InternationalizationMessagesBundle
MessagesBundle for displaying strings.
See Also