toggle menu
compass
common
switch theme
search in API
compass-geolocation-mobile
/
dev.jordond.compass.geolocation.mobile
/
MobileLocator
Mobile
Locator
interface
MobileLocator
:
PermissionLocator
A locator that provides geolocation services on Android and iOS.
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
has
Permission
Link copied to clipboard
abstract
fun
hasPermission
(
)
:
Boolean
is
Available
Link copied to clipboard
abstract
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
>