Gets the current zoom level.
MapControl.GetZoomLevel();
Returns
The current zoom level as an integer.
Remarks
Higher zoom levels show more detail on the map, and you appear "closer" to the ground. Valid values range from 1 to 19.
To set the zoom level, see SetZoom.