Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.
  • The page you are viewing does not exist in the .NET Core 3.0+ platform documentation. This link will take you to the parent topic of the current section.

MapSettings Properties

Provides settings for raster maps.
Name Description
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