Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change.
All docs
V24.1

DxMap Members

An interactive component that displays a geographic map with markers and routes.

Constructors

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

Properties

Name Description
AutoAdjust Specifies whether the component automatically adjusts the map center and zoom level to display all markers and routes.
ControlsVisible Specifies whether or not map UI controls are visible.
CssClass Specifies the name of the component’s CSS class. Inherited from DxComponentBase.
Height Specifies the component height.
Id Specifies the component’s unique identifier. Inherited from DxComponentBase.
MarkerIconUrl Specifies the URL for map marker icons.
Provider Specifies the name of the current map data provider.
Type Specifies the type of a map to display.
Visible Specifies the component’s visibility.
Width Specifies the component width.
Zoom Specifies the map zoom level.

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.

Events

Name Description
MapClick Fires when a user clicks a map.
MarkerClick Fires when a user clicks a map marker.
See Also