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