Click or drag to resize

MapCtrlZooms 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 when the MapCtrl is operating in GeoStream mode.

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
This property is ignored when the current repository is not a GeoStreamRepository. In GeoStream mode a zoom level represents the number of supertiles required to cover the world (horizontally). Zoom levels should always be ordered from lowest (far, or least zoomed) to highest (close). Only the specified zoom levels will be used when rendering the map.
See Also