Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET 6.0+ platform documentation. This link will take you to the parent topic of the current section.

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.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Maps.Web

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