toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-map
/
com.mapbox.dash.sdk.map.presentation.ui
/
DataFlows
Data
Flows
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
data
class
DataFlows
(
val
location
:
(
)
->
Flow
<
Location
>
,
val
routeProgress
:
(
)
->
Flow
<
RouteProgress
>
,
val
activeRoutes
:
(
)
->
Flow
<
List
<
NavigationRoute
>
>
,
val
initialLocation
:
(
)
->
Flow
<
Location
>
)
Members
Constructors
Data
Flows
Link copied to clipboard
constructor
(
location
:
(
)
->
Flow
<
Location
>
,
routeProgress
:
(
)
->
Flow
<
RouteProgress
>
,
activeRoutes
:
(
)
->
Flow
<
List
<
NavigationRoute
>
>
,
initialLocation
:
(
)
->
Flow
<
Location
>
)
Properties
active
Routes
Link copied to clipboard
val
activeRoutes
:
(
)
->
Flow
<
List
<
NavigationRoute
>
>
initial
Location
Link copied to clipboard
val
initialLocation
:
(
)
->
Flow
<
Location
>
location
Link copied to clipboard
val
location
:
(
)
->
Flow
<
Location
>
route
Progress
Link copied to clipboard
val
routeProgress
:
(
)
->
Flow
<
RouteProgress
>