toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-state
/
com.mapbox.dash.state
/
Event
/
ChangeStateEvent
/
OnWaypointAdd
On
Waypoint
Add
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
data
class
OnWaypointAdd
(
val
routes
:
List
<
NavigationRoute
>
,
val
returnState
:
ReturnState
=
ReturnState.Empty
)
:
Event.ChangeStateEvent
Members
Constructors
On
Waypoint
Add
Link copied to clipboard
constructor
(
routes
:
List
<
NavigationRoute
>
,
returnState
:
ReturnState
=
ReturnState.Empty
)
Properties
return
State
Link copied to clipboard
val
returnState
:
ReturnState
routes
Link copied to clipboard
val
routes
:
List
<
NavigationRoute
>