Click or drag to resize

Navigator Constructor (IGps, String, CultureInfo)

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 that will display strings in the given culture using a MessagesBundle from the given path.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public Navigator(
	IGps gps,
	string langPath,
	CultureInfo culture
)

Parameters

gps
Type: Telogis.GeoBase.NavigationIGps
The IGps that will be used.
langPath
Type: SystemString
Path to languages directory.
culture
Type: System.GlobalizationCultureInfo
CultureInfo.
See Also