Name | Description | |
---|---|---|
Instance | Returns the singleton IDeviceLocationService instance. | |
IsLogging | Gets whether logging is in progress |
The following tables list the members exposed by DeviceLocationService.
Name | Description | |
---|---|---|
Instance | Returns the singleton IDeviceLocationService instance. | |
IsLogging | Gets whether logging is in progress |
Name | Description | |
---|---|---|
Close | Closes the current device location source connection. This method must be called on the MCT. Use QueuedTask.Run. | |
GetCurrentSnapshot | Returns the most recent snapshot received from the open device location source. | |
GetProperties | Gets the current DeviceLocationProperties in use. | |
GetSource | Returns the device location source currently in use. | |
IsDeviceConnected | Returns the connection status of the selected location source. | |
Open | Connects to a new device location source such as a GPS/GNSS device via a COM port. This method must be called on the MCT. Use QueuedTask.Run. | |
UpdateProperties | Updates properties on the current device location source. This method must be called on the MCT. Use QueuedTask.Run. | |
UpdateSource | Updates to a new device location source, such as a GPS/GNSS device, via a COM port. This method must be called on the MCT. Use QueuedTask.Run. |