ESRI.ArcGIS.Mobile.Client
GpsConnectionManager Class Members
See Also  Properties  Methods  Send Feedback
ESRI.ArcGIS.Mobile.Client.Gps Namespace : GpsConnectionManager Class


The following tables list the members exposed by GpsConnectionManager.

Protected Constructors

 NameDescription
Protected ConstructorGpsConnectionManager Constructor Constructs a GpsConnectionManager.  
Top

Public Properties

 NameDescription
Public PropertyConnection Gets the GpsConnection.  
Public PropertyGpsConnectionSettingsPage Gets the correct GpsConnectionSettingsPage for the connection.  
Public PropertyGpsDisplay Gets or sets the GpsDisplay that is used throughout the MapPages.  
Public PropertyGpsInfoWidgetController Gets the InfoWidget controllers that controls what to display on the GpsInfo bar  
Public PropertyGpsQualityFilterIcon Gets the quality status icon that shows in the title bar of the MobileApplication.  
Public PropertyGpsQualityStatusText Gets the quality status text that shows in the title bar of the MobileApplication.  
Public PropertyGpsSettingsPage Gets the GpsSettingsPage for the Gps. This page provide controls setup the connection and define if the Gps should be automatically started by default, etc.  
Public PropertyGpsStatusPage Gets the correct GpsStatus page to show for the connection.  
Public PropertyNeedGPSConnectionSetup Indicates if the GPS Connection need to be setup.  
Top

Public Methods

 NameDescription
Public MethodDispose Releases the resources associated with this object.  
Public MethodSaveConnectionSettings Called when the application is being shut down. This allows the GpsConnectionManager to save any settings or state for the connection.  
Top

See Also