Renders the contents of a Map on a web page.
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 SlippyMap layer. |
||
Gets or sets a value indicating whether the control should render references to the client scripts. |
||
Gets or sets a value indicating whether a postback to the server automatically occurs when the user clicks the map. |
||
Gets or sets the background color for the control. |
||
Gets or sets the Map displayed in the first layer of this view. |
||
Gets or sets the geographical center of a SlippyTiles map. |
||
Gets or sets the URL to the MindFusion.Mapping.js file. |
||
Gets or sets a value indicating which library will be used in the control's client-side scripts. |
||
Gets or sets the type of map rendered in the control. |
||
Contains the name of a JavaScript function that should be invoked when the control is loaded on the client side. |
||
Gets or sets the format of the generated images, specified as a MIME type string. |
||
Gets/sets the name of the cached images folder. |
||
Gets or sets the quality of compressed images. Accepted values are between 1 and 100. A greater value yields an image of higher quality, but with lower compression. |
||
Gets or sets the URL to the JQuery script file. |
||
Gets the list of layers displayed in this view. |
||
Gets or sets the license key of the control. |
||
Gets or sets the geographical bounds of a SlippyTiles map. |
||
Specifies the size of the image tiles of the map. Image maps can be split into multiple images to avoid problems with large images. |
||
The maximum zoom level allowed to set through this control. |
||
Gets or sets the maximum zoom level of a SlippyTiles map. |
||
The minimum zoom level allowed to set through this control. |
||
Gets or sets the minimum zoom level of a SlippyTiles map. |
||
Gets or sets the URL to the Microsoft Ajax script file. |
||
Gets/sets the path to the image generating service. |
||
Gets or sets the URL to the MindFusion.Mapping.SlippyTiles.js file. |
||
Gets the list of slippy tile layers displayed in this view. |
||
Gets the list of slippy tile map layers displayed in this view. |
||
Gets the list of slippy tile decoration layers displayed in this view. |
||
Specifies whether only cached image tiles will be used in rendering. |
||
Gets/sets the path to the virtual directory. |
||
Gets or sets the zoom factor used to scale up or down the diagram. |
||
Gets or sets the zoom level of a SlippyTiles map. |
Name | Description | |
---|---|---|
Converts a point from the control's client coordinates to map coordinates. |
||
Overloaded. |
||
Creates a map from the specified JSON string. |
||
Implements IZoomTarget.GetScrollX. |
||
Implements IZoomTarget.GetScrollY. |
||
Implements IZoomTarget.GetZoomLevel. |
||
Implements IZoomTarget.GetZoomStep. |
||
Loads the map data from the specified ESRI map file. |
||
IPostBackDataHandler.LoadPostData implementation. |
||
Converts a point from the map coordinates to control's client coordinates. |
||
Raises the MapClicked event. |
||
Overloaded. |
||
IPostBackDataHandler.RaisePostDataChangedEvent implementation. |
||
Implements IZoomTarget.SetScrollX. |
||
Implements IZoomTarget.SetScrollY. |
||
Implements IZoomTarget.SetZoomLevel. |
||
Implements IZoomTarget.SetZoomStep. |
Name | Description | |
---|---|---|
Raises the MapElementClick event. |
||
WebControl.OnPreRender override. |
||
WebControl.Render override. |
||
WebControl.RenderContents override. |
Name | Description | |
---|---|---|
Raised when the user clicks on the map surface. |
||
Raised when the user clicks a map element. |