IMapMinZoom Property | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets or sets the Minimum zoom level for this map.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax double MinZoom { get; set; }
Property MinZoom As Double
Get
Set
Property Value
Type:
DoubleRemarks 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