locationUpdates

open override val locationUpdates: Flow<Location>

A Flow of Location updates.

This flow will only emit values when track is called. Call stopTracking to stop receiving updates.

If you call stopTracking this flow will stop emitting but it will never complete.

Return

A never completing Flow of Location updates.