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

MapViewer Class

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

Namespace: DevExpress.ExpressApp.Maps.Web

Assembly: DevExpress.ExpressApp.Maps.Web.v18.2.dll

Declaration

public class MapViewer :
    MapViewerBase

The following members return MapViewer objects:

Remarks

The MapViewer control is used by the WebMapsListEditor List Editor and WebMapsPropertyEditor Property Editor supplied with the Maps Module.

You can access the MapViewer options in the Model Editor, using the following nodes:

  • Views | <ListView> | MapSettings - when the control is used in a List View.
  • Views | DetailView | Items | ViewItem | MapSettings - when the control is used in a Detail View.

For details, refer to the IModelMapSettings interface description and to the Use Raster Maps topic.

To see how to access the MapViewer control, refer to the How to: Change the Map Settings Dynamically or How to: Change the Map Marker Icon topic.

See Also