NavigationManager Constructor (MapCtrl, String, CultureInfo, Boolean) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Construct a new
NavigationManager for a given
map control, path to language files and
culture, 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 NavigationManager(
MapCtrl map,
string langPath,
CultureInfo culture,
bool debugMode
)
Public Sub New (
map As MapCtrl,
langPath As String,
culture As CultureInfo,
debugMode As Boolean
)
Parameters
- map
- Type: Telogis.GeoBaseMapCtrl
The given MapCtrl object. - langPath
- Type: SystemString
Path to languages directory. - culture
- Type: System.GlobalizationCultureInfo
The name of the culture, for example 'en-US'. - debugMode
- Type: SystemBoolean
Whether to perform all language-based operations in debug
mode.
Remarks
When in debug mode, the NavigationManager will raise
MessagesBundleExceptions when errors are found in the language
configuration file, and will print to the console the names of sound files as they are
played. When errors are found in the language configuration file and the
NavigationManager is not in debug mode it will proceed on a best effort basis.
See Also