ESRI.ArcGIS.ADF.Web.UI.WebControls
OverviewMap Class
See Also  Members  
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : OverviewMap Class


Display an overview map that shows the extent of the main map.

Object Model







Syntax

Visual Basic (Declaration)  
Public Class OverviewMap 
   Inherits WebControl
Visual Basic (Usage) Copy Code
Dim instance As OverviewMap
C#  
public class OverviewMap : WebControl 

Remarks

An overview map displays an area larger than the extent of a main map, and draws the main map's extent with a rectangle on the overview.

The OverviewMap control updates dynamically as the map changes. As the main map zooms in, the overview zooms in slightly as well, re-centers at the main map's center, and updates the extent box for main map.

The user may pan (move) the extent of the main map by dragging the extent box within the overview map.

For more details on using the OverviewMap control, see the OverviewMap control discussion in the Developer Help.

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         ESRI.ArcGIS.ADF.Web.UI.WebControls.WebControl
            ESRI.ArcGIS.ADF.Web.UI.WebControls.OverviewMap

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family

See Also