location

fun Flow<LocationState>.location(): Flow<Location>

Transforms a Flow of LocationState into a flow of its associated Location

Return

the Flow of Location associated with the LocationState