Click or drag to resize

Navigator Constructor (IGps, String, CultureInfo, Boolean)

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, with the option to perform all language-based operations in debug mode.

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,
	bool debugMode
)

Parameters

gps
Type: Telogis.GeoBase.NavigationIGps
The IGps that will be used.
langPath
Type: SystemString
Path to languages directory.
culture
Type: System.GlobalizationCultureInfo
CultureInfo.
debugMode
Type: SystemBoolean
Whether to perform all language-based operations in debug mode.
Remarks
When in debug mode, the Navigator will raise MessagesBundleExceptions when errors are found in the language configuration file. When errors are found in the language configuration file and the Navigator is not in debug mode it will proceed on a best effort basis.
See Also