toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-speed-limits
/
com.mapbox.dash.speed
/
LocationSpeedRepository
Location
Speed
Repository
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
class
LocationSpeedRepository
(
locationRepository
:
LocationRepository
,
scope
:
CoroutineScope
=
MainScope()
)
:
SpeedRepository
Members
Constructors
Location
Speed
Repository
Link copied to clipboard
constructor
(
locationRepository
:
LocationRepository
,
scope
:
CoroutineScope
=
MainScope()
)
Properties
speed
Link copied to clipboard
open
override
val
speed
:
StateFlow
<
Value
<
Speed
>
>