MobileLocator

A locator that provides geolocation services on Android and iOS.

Properties

Link copied to clipboard
abstract val locationUpdates: Flow<Location>

Functions

Link copied to clipboard
abstract suspend fun current(priority: Priority): Location
Link copied to clipboard
abstract fun hasPermission(): Boolean
Link copied to clipboard
abstract fun isAvailable(): Boolean
Link copied to clipboard
abstract fun stopTracking()
Link copied to clipboard
abstract suspend fun track(request: LocationRequest): Flow<Location>