Name | Description | |
---|---|---|
![]() | Close | Closes the current device location connection. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetCurrentSnapshot | Returns the most recent snapshot received from a GNNS/GPS device. |
![]() | GetProperties | Gets the current DeviceLocationProperties being used. |
![]() | GetSource | Returns the device location source currently being used. |
![]() | 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. |