The MapDisplay type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Altitude |
Gets altitude of the observers viewing position.
| |
| AnimateMovement |
Gets or sets a value indicating if the navigation between two points is animated.
| |
| Center |
Gets the center of the map display.
| |
| CoordinateSystem2D |
Gets or sets the CoordinateSystem used when displaying the Map in 2D mode.
| |
| CoordinateSystem3D |
Gets the CoordinateSystem, WGS 1984, used when displaying the Map in 3D mode.
| |
| CurrentCoordinateSystem |
Gets the current CoordinateSystem of the MapDisplay; this is a shortcut to either the CoordinateSystem2D or
CoordinateSystem3D property, depending on the current DisplayMode.
| |
| CurrentGeographicTransformations |
Gets the current set of GeographicTransformations used in the MapDisplay; this is a shortcut to either the
GeographicTransformations2D or GeographicTransformations3D property, depending on the current DisplayMode.
| |
| DisplayMode |
Gets or sets the dimensional mode for the map display.
| |
| Extent |
Gets the currently visible extent of the map in the display.
| |
| ForegroundOverlays |
Gets a collection of image overlays which are drawn on top of all other map content, including map items
graphics and popups.
| |
| GeographicTransformations2D |
Gets or sets the set of GeographicTransformations used if reprojecting data to the coordinate
system of the Map when displaying in 2D mode.
| |
| GeographicTransformations3D |
Gets or sets the set of GeographicTransformations used if reprojecting data to the coordinate
system of the Map when displaying in 3D mode.
| |
| Graphics |
Gets a collection of temporary graphics that have been added to the display.
| |
| IsNavigating |
Gets a value indicating whether a navigation operation is in progress on the map display.
| |
| IsStreaming |
Gets a value indicating whether map data is currently being streamed to the display.
| |
| IsTracking |
Gets a value indicating whether a tracking operation is in progress on the map display.
| |
| IsUpdating |
Gets a value indicating whether the map display is currently suspended.
| |
| Map |
Gets or sets a map that drives the content presented in the map display.
| |
| MapScale |
Gets the current scale of the map.
| |
| Observer |
Gets the observers viewing position in relation to the map display target location.
| |
| Rotation |
Gets the rotation of the map display.
| |
| Size |
Gets the size of the map display.
| |
| Target |
Gets the target location of the map display.
| |
| TiltAngle |
Gets the viewing angle between the horizon and the observer position.
| |
| ZoomLevel |
Gets the closest named zoom level for the current scale of the map display.
|