Overview Map
OverviewMap is a small, secondary MapView which shows a representation of the main GeoView's current Viewpoint.
Choose this overload if your main view is a MapView. If a non-default symbol is provided the symbol must be suitable for a polygon geometry such as a SimpleFillSymbol.
Since
200.8.0
Parameters
the current viewpoint of the main view. This should be provided as a ViewpointType.CenterAndScale
the current visible area of the main view
the modifier to apply
the symbol to use to show the main view's current visible area. Must be suitable for a polygon geometry.
the factor to multiply the main view's scale by. The OverviewMap will display at the product of mainGeoViewScale * scaleFactor.
the map to display within the OverviewMap
OverviewMap is a small, secondary MapView which shows a representation of the main GeoView's current Viewpoint.
Choose this overload if your main view is a SceneView. If a non-default symbol is provided the symbol must be suitable for a point geometry such as a SimpleMarkerSymbol.
Since
200.8.0
Parameters
the current viewpoint of the main view this overview map is for, this should be provided as a ViewpointType.CenterAndScale
the modifier to apply
the symbol to use to show the main view's current visible area. Must be suitable for a polygon geometry.
the factor to multiply the main view's scale by. The OverviewMap will display at the product of mainGeoViewScale * scaleFactor.
the map to display within the OverviewMap