OverviewMap QML Type

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...

Since: Esri.ArcGISRutime 100.12
Inherits:

Item

Properties

Detailed Description

overviewmap

Example code in the QML API (C++ API might differ):

        MapView {
            Map {
                initBasemapStyle: Enums.BasemapStyleArcGISCommunity
            }
            OverviewMap {
                anchors {
                    top: parent.top
                    left: parent.left
                    margins: 10
                }
                geoView: parent
            }
        }

Note: By default, the OverviewMap will attempt to use an ArcGIS Topographic basemap, which requires an API key to access.

Property Documentation

controller : var

The controller handles binding logic between the OverviewMap and the GeoView where applicable.

The QML controller is documented here and the CPP controller is documented here.


geoView : var

The GeoView for this tool. Should be a SceneView or a MapView.


scaleFactor : real

Sets the amount to scale the OverviewMap compared to the geoView.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close