Skip to main content
A newer version of this page is available. .

MapSettings Members

Provides settings for raster maps.

Constructors

Name Description
MapSettings() Initializes a new instance of the MapSettings class.

Properties

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.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also