toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-destination-preview
/
com.mapbox.dash.destination.preview.domain.model
/
MaxWaypointReachedState
Max
Waypoint
Reached
State
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
sealed
class
MaxWaypointReachedState
Inheritors
NotReached
Reached
Members
Types
Not
Reached
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
object
NotReached
:
MaxWaypointReachedState
Reached
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
data
class
Reached
(
val
maxWaypointCount
:
Int
)
:
MaxWaypointReachedState