trackingStatus

abstract val trackingStatus: Flow<TrackingStatus>

A flow of the current status of location tracking.

See also

If track is called, this flow will emit the new locations as they are received. Otherwise, this flow won't emit any values.

You can stop receiving updates by calling stopTracking. But this flow won't be cancelled.