compass
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
compass
compass-geolocation-browser
/
dev.jordond.compass.geolocation.browser
/
BrowserLocator
Browser
Locator
interface
BrowserLocator
:
Locator
A locator that uses a web browser to determine the current location.
Members
Properties
location
Updates
Link copied to clipboard
abstract
val
locationUpdates
:
Flow
<
Location
>
Functions
current
Link copied to clipboard
abstract
suspend
fun
current
(
priority
:
Priority
)
:
Location
is
Available
Link copied to clipboard
abstract
suspend
fun
isAvailable
(
)
:
Boolean
stop
Tracking
Link copied to clipboard
abstract
fun
stopTracking
(
)
track
Link copied to clipboard
abstract
suspend
fun
track
(
request
:
LocationRequest
)
:
Flow
<
Location
>