NavigationManagerReplaceZoomLevels Method | |
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 void ReplaceZoomLevels(
NavigationManagerZoomLevel[] zooms,
int initialZoom
)
Public Sub ReplaceZoomLevels (
zooms As NavigationManagerZoomLevel(),
initialZoom As Integer
)
Parameters
- zooms
- Type: Telogis.GeoBase.NavigationNavigationManagerZoomLevel
Zoom levels. This array must be sorted by zooms in ascending order. - initialZoom
- Type: SystemInt32
The index into the zooms array which is the zoom level the navigation manager should be set to.
Remarks
If zoom levels are not inserted in ascending order, an exception will be generated. Note that initialZoom is an index into the array.
See Also