NavigationManager Constructor (MapCtrl, String, CultureInfo) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
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
)
Public Sub New (
map As MapCtrl,
langPath As String,
culture As CultureInfo
)
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'.
See Also