toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-location
/
com.mapbox.dash.location.domain
/
LocationRepository
Location
Repository
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
interface
LocationRepository
Inheritors
LocationRepositoryImpl
Members
Properties
location
Matcher
Result
Link copied to clipboard
abstract
val
locationMatcherResult
:
Flow
<
LocationMatcherResult
>
observe
Gps
Enabled
Status
Link copied to clipboard
abstract
val
observeGpsEnabledStatus
:
Flow
<
Boolean
>
raw
Location
Link copied to clipboard
abstract
val
rawLocation
:
Flow
<
Location
>
Functions
get
Last
Location
Link copied to clipboard
abstract
suspend
fun
getLastLocation
(
)
:
Location
?