toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-state
/
com.mapbox.dash.state
/
TripState
/
TripState
Trip
State
constructor
(
waypoints
:
List
<
DestinationSearchResult
>
=
emptyList()
,
markers
:
List
<
Marker
>
=
emptyList()
,
routes
:
List
<
NavigationRoute
>
=
emptyList()
,
routeWithChargers
:
NavigationRoute
?
=
null
,
currentLegIndex
:
Int
=
0
,
savedState
:
TripState
?
=
null
)