Map Class |
The Map type exposes the following members.
| Name | Description | |
|---|---|---|
| ApiKey | Google maps API key. | |
| CenterPosition | Center position coordinates. | |
| CenterPositionMarker | Marker for the center position. | |
| Circles | Circles to be shown on the map as polylines. | |
| MapProvider | Map provider. | |
| MapType | Google maps type. | |
| MapTypeControl | Show / hide map type control tabs. | |
| Markers | List of markers to be shown on the map, except center position marker. | |
| Paths | Paths to be shown on the map as polylines. | |
| Rectangles | Rectangles to be shown on the map as polylines. | |
| ShowPointsOfInterest | Display or hide points of interest. | |
| StreetViewControl | Show / hide street view button. | |
| UnlockKey | Unlock key. | |
| Zoom | Zoom level. | |
| ZoomControl | Show / hide zoom control buttons. |
| Name | Description | |
|---|---|---|
| DrawMap | Displays the map. | |
| OnMapCenterChanged | Raises the MApCenterChanged event. | |
| OnMapClicked | Raises the MapClicked event. | |
| OnMapDoubleClicked | Raises the MapDoubleClicked event. | |
| OnMapMouseMoved | Raises the MapMouseMoved event. | |
| OnMapMouseOut | Raises the MapMouseOut event. | |
| OnMapMouseOver | Raises the MapMouseOver event. | |
| OnMapRightClicked | Raises the MapRightClicked event. | |
| OnMapZoomChanged | Raises the MapZoomChanged event. | |
| RefreshMap | Refreshes the map. | |
| SaveMapToHtml | Saves the current map to html file. | |
| SaveMapToImage | Saves the current map to image file. |
| Name | Description | |
|---|---|---|
| MapCenterChanged | Occurs when the center of the map has changed. | |
| MapClicked | Occurs when the map is clicked. | |
| MapDoubleClicked | Occurs when the map is double clicked. | |
| MapMouseMoved | Occurs when the mouse moves over the map. | |
| MapMouseOut | Occurs when the mouse leaves the map. | |
| MapMouseOver | Occurs when the mouse enters the map. | |
| MapRightClicked | Occurs when the map is right clicked. | |
| MapZoomChanged | Occurs when the zoom level of the map has changed. |