The following tables list the members exposed by IGpsConnectionManager.
Name | Description | |
---|---|---|
![]() | Connection | Gets the GpsConnection. |
![]() | GpsDisplay | Gets the control to add to the map control to display the GPS location. |
![]() | GpsQualityFilterIcon | Gets the quality status icon that shows in the title bar of the MobileApplication. |
![]() | GpsQualityStatusText | Gets the quality status text that shows in the title bar of the MobileApplication. |
![]() | 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 | |
---|---|---|
![]() | CloseAsync | Closes the GPS connection asynchronously. Subscribe to the CloseAsyncComplete event to determine when CloseAsync() finishes. |
![]() | OpenAsync | Connects to the GPS device 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 | |
---|---|---|
![]() | CloseAsyncComplete | Occurs when the CloseAsync method finishes. |
![]() | OpenAsyncComplete | Occurs when the OpenAsync method finishes. |