trackLocation

suspend fun trackLocation(location: Location): Result<Unit>

Provides route tracking status relative to the provided location. The location generally comes from a GPS but may also be a simulated or manually entered location. It must have valid values for X and Y coordinates, speed (in meters per second), course (in degrees), and a timestamp. Events fired for RouteTracker when completed.

Return

A Result that has no return value.

Since

200.1.0