BrowserLocator

A locator that uses a web browser to determine the current location.

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 isAvailable(): Boolean
Link copied to clipboard
abstract fun stopTracking()
Link copied to clipboard
abstract suspend fun track(request: LocationRequest): Flow<Location>