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

MapAction used for Browsing ILocations on a Map

Object Model



Syntax

Visual Basic (Declaration) 
Public Class BrowseMapAction 
   Inherits PanMapAction
C# 
public class BrowseMapAction : PanMapAction 

Remarks

BrowseMapAction allows users to use rocker or arrow keys on mobile device to browse through each Feature or ILocation on a FeatureBrowseLayer, or on other MapGraphicLayer that inherits BrowseLayer. Additional attribute information will be shown on status bar with transparency.

Note that you won't be able to customize the pushpin icon on the map.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Mobile.WinForms.MapAction
      ESRI.ArcGIS.Mobile.WinForms.PanMapAction
         ESRI.ArcGIS.Mobile.Client.Map.BrowseMapAction

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