toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-state
/
com.mapbox.dash.state
/
Event
/
UpdateDataEvent
/
OnRoutesChanged
On
Routes
Changed
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
data
class
OnRoutesChanged
(
val
routes
:
List
<
NavigationRoute
>
,
val
currentLegIndex
:
Int
)
:
Event.UpdateDataEvent
Members
Constructors
On
Routes
Changed
Link copied to clipboard
constructor
(
routes
:
List
<
NavigationRoute
>
,
currentLegIndex
:
Int
)
Properties
current
Leg
Index
Link copied to clipboard
val
currentLegIndex
:
Int
routes
Link copied to clipboard
val
routes
:
List
<
NavigationRoute
>