Click or drag to resize

NavigationManager Constructor (MapCtrl, String, String)

Verizon Connect Logo
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.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public NavigationManager(
	MapCtrl map,
	string langPath,
	string cultureName
)

Parameters

map
Type: Telogis.GeoBaseMapCtrl
The given MapCtrl object.
langPath
Type: SystemString
Path to languages directory.
cultureName
Type: SystemString
The name of the culture, for example 'en-US'.
See Also