MapZooms Property | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Defines the set of zoom levels to use.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public int[] Zooms { get; set; }
Public Property Zooms As Integer()
Get
Set
Property Value
Type:
Int32Remarks
A zoom level represents the number of Supertiles required to cover
the world (horizontally). Zoom levels should always be ordered from lowest (least zoomed) to highest.
Only the specified zoom levels will be used when rendering the map.
See Also