Click or drag to resize

IMapZoom Property

Verizon Connect Logo
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
Syntax
double Zoom { 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