The following tables list the members exposed by GpsConnectionManager.
Name | Description | |
---|---|---|
![]() | GpsConnectionManager Constructor | Constructs a GpsConnectionManager. |
Name | Description | |
---|---|---|
![]() | Connection | Gets the GpsConnection. |
![]() | GpsDisplay | Gets the control to add to the map control to display the GPS location. |
![]() | GpsQualityFilterIcon | |
![]() | GpsQualityStatusText | Gets the quality status text that shows in the title bar of the MobileApplication. |
![]() | NeedGPSConnectionSetup | Indicates if the GPS Connection need to be setup. |
![]() | SettingsControl | Gets the control used to configure and connect/disconnect the GPS connection. |
![]() | State | Gets the current state of the GPS connection. |
![]() | StatusControl | Gets the control used to display the GPS status. |
Name | Description | |
---|---|---|
![]() | ThrowOnInvalidPropertyName | Determines whether to throw an exception (true) or use Debug.Fail() (false) when an invalid property name is passed to VerifyPropertyName. This is false by default but derived classes may set/override this property. (Inherited from ESRI.ArcGIS.Mobile.Client.ObservableObject) |
Name | Description | |
---|---|---|
![]() | CloseAsync | Closes the GPS connection asynchronously. Subscribe to the CloseAsyncComplete event to determine when CloseAsync() finishes. |
![]() | Dispose | Overloaded. Releases all resources used by this instance. |
![]() | OpenAsync | Opens the GPS connection asynchronously. Subscribe to the OpenAsyncComplete event to determine when OpenAsync() finishes. |
![]() | SaveConnectionSettings | Called when the application is being shut down. This allows the GpsConnectionManager to save any settings or state for the connection. |
Name | Description | |
---|---|---|
![]() | OnCloseAsyncComplete | Raises the CloseAsyncComplete event. |
![]() | OnOpenAsyncComplete | Raises the OpenAsyncComplete event. |
![]() | OnPropertyChanged | Raises the PropertyChanged event. (Inherited from ESRI.ArcGIS.Mobile.Client.ObservableObject) |
![]() | VerifyPropertyName | Verifies that the object contains a property with the given name. This method does not exist in a release build. (Inherited from ESRI.ArcGIS.Mobile.Client.ObservableObject) |
Name | Description | |
---|---|---|
![]() | CloseAsyncComplete | Occurs when the CloseAsync method finishes. |
![]() | OpenAsyncComplete | Occurs when the OpenAsync method finishes. |
![]() | PropertyChanged | Occurs when a property value changes. (Inherited from ESRI.ArcGIS.Mobile.Client.ObservableObject) |