Click or drag to resize

MapZooms Property

Verizon Connect Logo
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; }

Property Value

Type: Int32
Remarks
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