Map Class

The mobile control that displays markers and routes on an interactive map using the dxMap widget.

Namespace: DevExpress.ExpressApp.Maps.Mobile

Assembly: DevExpress.ExpressApp.Maps.Mobile.v19.2.dll

Declaration

[DisableDefaultStylesApplying]
public class Map :
    TitledComponent
<DisableDefaultStylesApplying>
Public Class Map
    Inherits TitledComponent

Remarks

The Map control is used by the MobileMapsListEditor and MobileMapsPropertyEditor supplied with the Maps Module.

See an example of this class in use in the How to: Change the Map Marker Icon topic.

Inheritance

Object
Dictionary<String, Object>
DevExpress.ExpressApp.Mobile.MobileModel.NullValueDictionary
DevExpress.ExpressApp.Mobile.MobileModel.Component
DevExpress.ExpressApp.Mobile.MobileModel.TitledComponent
Map
See Also