Represents a container for map layers.
The following tables list the members exposed by the MapView type.
Name | Description | |
---|---|---|
Initializes a new instance of the MapView class. |
Name | Description | |
---|---|---|
Gets or sets the active map layer. |
||
Gets or sets a value indicating whether drag panning is enabled. |
||
Gets or sets a value indicating whether mouse wheel zooming is enabled. |
||
Gets or sets the css class of the control. (Inherited from Control.) |
||
Gets or sets an object, holding custom user data. (Inherited from Control.) |
||
Gets the default Decoration-s collection. |
||
Gets a reference to the control's element. (Inherited from Control.) |
||
Gets or sets a value indicating whether user interactions are allowed for this control. (Inherited from Control.) |
||
Gets or sets the height of this control. (Inherited from Control.) |
||
Gets the collection of all layers added to this MapView. |
||
Gets or sets the X-coordinate of the location of this Control. (Inherited from Control.) |
||
Gets or sets the URL of the control's license file. (Inherited from Control.) |
||
Gets a value indicating whether this control is loaded and ready for interaction. (Inherited from Control.) |
||
Gets or sets the geographical bounds of the map. |
||
Gets the geographical center of a loaded map. |
||
Gets the collection of MapLayer-s. |
||
Gets or sets the maximum zoom of the map. |
||
Gets or sets the minimum zoom of the map. |
||
Gets the collection of DecorationLayer-s. |
||
Gets the bounding rect of this control. (Inherited from Control.) |
||
Gets the map's horizontal scroll position relative to the control bounds. |
||
Gets the map's vertical scroll position relative to the control bounds. |
||
Gets or sets the visibility of the built-in layer controller. |
||
Gets or sets the visibility of the built-in zoom controller. |
||
Gets or sets the current theme of the Control. (Inherited from Control.) |
||
Gets or sets the Y-coordinate of the location of this Control. (Inherited from Control.) |
||
Gets or sets the visibility of this Control. (Inherited from Control.) |
||
Gets or sets the width of this Control. (Inherited from Control.) |
||
Gets or sets the zoom pivot point of the mouse wheel zoom. |
||
Gets or sets the zoom step. |
Name | Description | |
---|---|---|
Control.attach override. |
||
Converts the specified client point to geographic coordinates. |
||
Control.detach override. |
||
Dispose the Control. (Inherited from Control.) |
||
Control.draw override. |
||
Gets the list of Decoration instances at a specified client position. |
||
Converts the specified geographic coordinates to a client position. |
||
Loads all layers. |
||
Loads decoration layers. |
||
Pans the map to a new center location. |
||
Draws the control and prepares it for user interaction. (Inherited from Control.) |
||
Scrolls the map by the specified amount. |
||
Scrolls the map to a new center point. |
Name | Description | |
---|---|---|
Raised when the user clicks on the map surface. |
||
Raised when the Control is loaded. (Inherited from Control.) |
||
Raised when the Control is unloaded. (Inherited from Control.) |
||
Raised when the user clicks on a decoration element. |
||
Raised when the user hovers over a decoration element. |
||
Raised when the Control is focused. (Inherited from Control.) |
||
Raised when the user hovers over the map surface. |
||
Raised when all tiles in a map layer are loaded. |
||
Raised when map view layers are loaded. |