NavigationManagerCurrentZoom Property | ![Verizon Connect Logo](../icons/logo.jpg) |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets the currently selected
ZoomLevel.
If
MapControlMode
is set to
FixedZooms.
then this property gets the currently displayed zoom level. If
MapControlMode
Is set to
DynamicZooms
then this property gets the currently displayed zoom level, but may be adjusted according
to vehicle speed and distance from the next approaching turn.
Namespace:
Telogis.GeoBase.Navigation
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntaxpublic NavigationManagerZoomLevel CurrentZoom { get; }
Public ReadOnly Property CurrentZoom As NavigationManagerZoomLevel
Get
Property Value
Type:
NavigationManagerZoomLevel
See Also