Search
MapView Properties
 


 Public Properties

  Name Description

activeLayer

Gets or sets the active map layer.

allowPan

Gets or sets a value indicating whether drag panning is enabled.

allowZoom

Gets or sets a value indicating whether mouse wheel zooming is enabled.

decorations

Gets the default Decoration-s collection.

layers

Gets the collection of all layers added to this MapView.

mapBounds

Gets or sets the geographical bounds of the map.

mapCenter

Gets the geographical center of a loaded map.

mapLayers

Gets the collection of MapLayer-s.

maxZoomLevel

Gets or sets the maximum zoom of the map.

minZoomLevel

Gets or sets the minimum zoom of the map.

overlays

Gets the collection of DecorationLayer-s.

scrollX

Gets the map's horizontal scroll position relative to the control bounds.

scrollY

Gets the map's vertical scroll position relative to the control bounds.

showLayerController

Gets or sets the visibility of the built-in layer controller.

showZoomController

Gets or sets the visibility of the built-in zoom controller.

zoomPivot

Gets or sets the zoom pivot point of the mouse wheel zoom.

zoomStep

Gets or sets the zoom step.

 See Also