IMapZoom Property | ![Verizon Connect Logo](../icons/logo.jpg) |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets or sets the zoom height of the map. Increasing this value causes the map to zoom out.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntaxdouble Zoom { get; set; }
Property Zoom As Double
Get
Set
Property Value
Type:
Double
Remarks
A number of helpful preset zoom levels are defined in
ZoomLevel.
If Zoom is set to a very small value (in the order of 0.01 or smaller) then the map may
cover too small an area to be accurately rendered. If this happens then the Zoom is
increased until the map can be rendered correctly.
See Also