Click or drag to resize

IMapMaxZoom Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets or sets the maximum zoom level for this map.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
double MaxZoom { get; set; }

Property Value

Type: Double
Remarks
The zoom height is calculated from the distance between the left and right edges of the visible map (measured in degrees), multiplied by 50: zoom = distance * 50. The zoom must be no less than 0.001 and must be no greater than 18000 (as the earth has 360 degrees in circumference).
See Also