locationUpdates

open val locationUpdates: Flow<Location>

A flow of location updates.

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.