A WPF control used to draw maps.
The following tables list the members exposed by the MapView type.
Public Constructors
Public Fields
Public Properties
|
Name |
Description |
|
BaseBounds |
Gets or sets the bounding rectangle of the base map. |
|
BaseMap |
Gets or sets the Map displayed in the first layer of this view. |
|
Layers |
Gets the list of layers displayed in this view. |
|
MapHeight |
Returns the height of the base map. Used for binding in the control's Xaml template. |
|
MapWidth |
Returns the width of the base map. Used for binding in the control's Xaml template. |
|
ZoomFactor |
Gets or sets the current zoom level. |
Public Methods
Protected Methods
Public Events
|
Name |
Description |
|
LayerDatabaseLoaded |
Raised when the control completes loading layer's database asynchronously. |
|
LayerLoaded |
Raised when the control completes loading layer's data asynchronously. |
|
MapElementClick |
Raised when the user clicks a map element. |
|
MapElementHover |
Raised when the mouse rests over a map element. |
See Also
|