Location Provider
interface LocationProvider
Content copied to clipboard
Functions
current Location
Link copied to clipboard
abstract suspend fun currentLocation(validate: Boolean): Completion<Location?>
Content copied to clipboard
first Valid Location
Link copied to clipboard
last Known Location
Link copied to clipboard
abstract suspend fun lastKnownLocation(validate: Boolean): Completion<Location?>
Content copied to clipboard
remove Location Updates
Link copied to clipboard
abstract fun removeLocationUpdates()
Content copied to clipboard
request Location Updates
Link copied to clipboard
abstract fun requestLocationUpdates()
Content copied to clipboard
Properties
Inheritors
LocationProviderImpl
Link copied to clipboard