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.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Maps.Web
Declaration
Related API Members
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.