ESRI.ArcGIS.Mobile.Client
BrowseMapPage Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Map Namespace : BrowseMapPage Class

Page that wraps the MapPage for browsing locations on the map.

Object Model





Syntax

Visual Basic (Declaration) 
Public Class BrowseMapPage 
   Inherits MapPage
   Implements IPageIPage2 
C# 
public class BrowseMapPage : MapPage, IPageIPage2  

Remarks

BrowseMapPage is often used when you have a colleciton of ILocation that you want to draw on a MapPage. BrowseMapPage creates a BrowseMapAction, allowing users to use rocker or arrow keys to browse through each of the ILocations.

Note that BrowseMapPage takes a BrowseLayer. As BrowseLayer is an abstract class, typically you will need to inherit from it to build your own customized MapGraphicLayer, and at least override Draw method.

If you have a collection of Feature that you need to browse, use FeatureBrowseLayer.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Mobile.Client.Map.MapPage
      ESRI.ArcGIS.Mobile.Client.Map.BrowseMapPage

Requirements

Namespace: ESRI.ArcGIS.Mobile.Client.Map

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

Assembly: ESRI.ArcGIS.Mobile.Client (in ESRI.ArcGIS.Mobile.Client.dll)

See Also