Defines a small "overview" (or "inset") map displaying a representation of the current viewpoint of the given GeoView. For MapViews, the current viewpoint will be represented by a polygon displaying the visible area of the MapView. For SceneViews, the current viewpoint will be represented by a reticle (crosshairs) displaying the viewpoint center. More...
| Header | #include <Overview |
- List of all members, including inherited members
- OverviewMap is part of ArcGISQtToolkitUiCppWidgetsViews group.
Public Functions
| Overview | |
| ~ | |
| void | set |
| void | set |
Detailed Description
Note: By default, the OverviewMap will attempt to use an ArcGIS Topographic basemap, which requires an access token to access.
Member Function Documentation
[explicit] OverviewMap::OverviewMap (QWidget *parent = nullptr)
Constructor
- parent Parent widget.
[noexcept] OverviewMap::~OverviewMap ()
Destructor
void OverviewMap::setGeoView (Esri::ArcGISRuntime::MapGraphicsView *mapView )
Set the GeoView.
- mapView Sets the
GeoViewto aMapView.
void OverviewMap::setGeoView (Esri::ArcGISRuntime::SceneGraphicsView *sceneView )
Set the GeoView.
- sceneView Sets the
GeoViewto aSceneView.