TrackPointMonitor Methods

The TrackPointMonitor type exposes the following members.

  Name Description
Public method ActivateAsync
Re-establishes the communication channel with underlying sensor, if it doesn't already exist. Connection needs to be re-established when the application is brought to foreground.
Public method DeactivateAsync
Closes the communication channel with underlying sensor. Connection must be closed whenever application is put to background.
Public method Static member GetDefaultAsync
Gets the default implementation.
Public method GetPointAtAsync
Returns a collected track point from the given time.
Public method GetTrackPointsAsync
Returns collected track points for the given time period.
Public method Static member IsSupportedAsync
Returns whether the sensor is supported by the device or not.
Show: