Click or drag to resize

OverviewMapView Properties

The OverviewMapView type exposes the following members.

Properties
  NameDescription
Public propertyCenter
Gets or sets the center of the map.
(Inherited from MapView.)
Public propertyCurrentEnvelope
Gets the bounding box of the visible map section while the map is in animation mode.
(Inherited from MapView.)
Public propertyCurrentScale
Gets the scale factor while the map is in animation mode. Defined in Logical units per pixel.
(Inherited from MapView.)
Public propertyCurrentX
Gets the logical x-coordinate while the map is in animation mode.
(Inherited from MapView.)
Public propertyCurrentY
Gets the logical y-coordinate while the map is in animation mode.
(Inherited from MapView.)
Public propertyCurrentZoom
Gets the floating tile level while in animation mode.
(Inherited from MapView.)
Public propertyFinalEnvelope
Gets the anticipated bounding box of the visible map section after the map was in animation mode / the current box while the map is in animation mode.
(Inherited from MapView.)
Public propertyFinalScale
Gets the scale factor after the map was in animation mode / the anticipated scale factor while the map is in animation mode. Defined in logical units per pixel.
(Inherited from MapView.)
Public propertyFinalX
Gets the x-coordinate after the map was in animation mode / the anticipated x-coordinate while the map is in animation mode.
(Inherited from MapView.)
Public propertyFinalY
Gets the y-coordinate after the map was in animation mode / the anticipated y-coordinate while the map is in animation mode.
(Inherited from MapView.)
Public propertyFinalZoom
Gets the level of detail according to the standard tiling scheme (float value).
(Inherited from MapView.)
Public propertyFitInWindow
Gets or sets a value indicating whether the map should be fitted in the window or not.
(Inherited from MapView.)
Public propertyIsAnimating
Gets a value indicating whether an animation is in progress. Returns true while the map performs a transition to a new map section.
(Inherited from MapView.)
Public propertyMaxZoom
Gets or sets the maximal level of detail according to the standard tiling scheme. The current detail level (see FinalZoom property) is corrected, if it is higher than the new maximum value.
(Inherited from MapView.)
Public propertyMetersPerPixel
Gets the number of meters spanned by one pixel.
(Inherited from MapView.)
Public propertyMinZoom
Gets or sets the minimal level of detail according to the standard tiling scheme. The current detail level (see FinalZoom property) is corrected, if it is lower than the new minimum value.
(Inherited from MapView.)
Public propertyOriginOffset
Gets the origin offset value for Deep Zoom
(Inherited from MapView.)
Public propertyParentMapView
Gets or sets the parent map for which the overview map shows the overview.
Public propertyPrinting
Gets or sets a value indicating whether the printing of a map is in process.
(Inherited from MapView.)
Public propertyZoomDelta
Gets or sets the zoom delta of the overview map in reference to the parent map. The default zoom delta is 4.
Public propertyZoomScale
Gets or sets the current zoom scale value.
(Inherited from MapView.)
Top
See Also