Skip To Content
ArcGIS Developer
Dashboard

Overview Map

The Overview Map widget displays the current extent of the map within the context of a larger area. The Overview Map widget updates when the map extent changes. The extent of the main map is represented in the overview map area as a rectangle. Drag the extent rectangle to modify the extent of the main map.

Configurable attributes

The following table describes the configurable attributes of the Overview Map widget.

AttributeDescription
overviewMap

An object of ArcGIS API for JavaScript. See the parameters for OverviewMap constructor.

Example

{
  "overviewMap":{
		"visible": false,
		"attachTo": "top-right"
  }
}