MapSettings Properties
Provides settings for raster maps.| Name | Description |
|---|---|
| AzureApiKey | Specifies the Azure Maps API key. |
| BingApiKey | Specifies the Bing Maps API key. |
| Center | Specifies the coordinates of the map center. |
| GoogleApiKey | Specifies the Google Maps API key. |
| GoogleStaticApiKey | Specifies the Google Maps Static API key. |
| Height | Specifies the map height. |
| IconSrcPropertyName | Specifies the name of a property that contains a link to the map marker icon. |
| IsControlsEnabled | Specifies whether or not map widget controls are available. |
| IsMarkersTooltipsEnabled | Specifies whether or not the marker tooltips are enabled. |
| isRouteEnabled | Gets a value indicating that the MapSettings.RouteSettings object is initialized and the RouteSettings.Enabled property is set to true. |
| IsShowDetailsEnabled | Specifies if the “Show details” link is displayed in a map marker tooltip. |
| LocalizedShowDetailsString | Specifies the culture-specific translation of the “Show details” text displayed in the marker tooltip. |
| Markers | Gets the list of map markers. |
| Provider | Specifies the map provider. |
| RouteSettings | Specifies settings of the routes displayed on a map. |
| Type | Specifies the type of the map. |
| Width | Specifies the map width. |
| ZoomLevel | Specifies the zoom level of the map. |
See Also