toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-map
/
com.mapbox.dash.sdk.map.domain.usecase
/
ObserveRerouteStatesUseCase
/
RerouteStateWithAttempt
Reroute
State
With
Attempt
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
class
RerouteStateWithAttempt
(
val
state
:
RerouteState
,
val
attemptAvailable
:
Boolean
)
Members
Constructors
Reroute
State
With
Attempt
Link copied to clipboard
constructor
(
state
:
RerouteState
,
attemptAvailable
:
Boolean
)
Properties
attempt
Available
Link copied to clipboard
val
attemptAvailable
:
Boolean
state
Link copied to clipboard
val
state
:
RerouteState