ESRI.ArcGIS.Mobile.Client
ViewMapTask Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Tasks.ViewMap Namespace : ViewMapTask Class

Task that brings up the MapPage

Object Model


Syntax

Visual Basic (Declaration) 
<CaptionAttribute("ViewMapTask")>
Public Class ViewMapTask 
   Inherits Task
   Implements IDynamicXmlSerializableIJsonSerializer 
C# 
[CaptionAttribute("ViewMapTask")]
public class ViewMapTask : Task, IDynamicXmlSerializableIJsonSerializer  

Remarks

ViewMapTask is provided by mobile application as a built-in Task, and is not removable when using Mobile Project Center to author mobile project. The ViewMapTask provides a MapPage with menu items, allowing user to navigate the map and view geospatial information with ease. The built-in menus include navigation tools (pan, zoom, etc.), identify, layer visibility, Gps settings, help tips, and so on.

Note that the MapPage used by ViewMapTask can be customized for your specific needs. You can customize TitleBarCollectFeaturesTask:T:ESRI.ArcGIS.Mobile.Client.Tasks.CollectFeatures.CollectFeaturesTask, SearchFeaturesTask:T:ESRI.ArcGIS.Mobile.Client.Tasks.SearchFeatures.SearchFeaturesTask, WorkListTask:T:ESRI.ArcGIS.Mobile.Client.Tasks.WorkList.WorkListTask, and SynchronizeTask:T:ESRI.ArcGIS.Mobile.Client.Tasks.Synchronization.SynchronizeTask%.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Mobile.Client.Extension
      ESRI.ArcGIS.Mobile.Client.ProjectExtension
         ESRI.ArcGIS.Mobile.Client.Task
            ESRI.ArcGIS.Mobile.Client.Tasks.ViewMap.ViewMapTask

Requirements

Namespace: ESRI.ArcGIS.Mobile.Client.Tasks.ViewMap

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