toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-maneuver
/
com.mapbox.dash.maneuver.presentation.viewmodel
/
ManeuverViewModel
Maneuver
View
Model
interface
ManeuverViewModel
Inheritors
ManeuverViewModelImpl
Members
Properties
maneuver
With
Shields
Link copied to clipboard
abstract
val
maneuverWithShields
:
Flow
<
ManeuverWithShields
>
step
Distance
Remaining
Link copied to clipboard
abstract
val
stepDistanceRemaining
:
Flow
<
Float
>
waypoint
Arrival
Link copied to clipboard
abstract
val
waypointArrival
:
Flow
<
Boolean
>
waypoint
Pre
Arrival
Link copied to clipboard
abstract
val
waypointPreArrival
:
Flow
<
Boolean
>
Functions
show
Upcoming
Maneuvers
Link copied to clipboard
abstract
fun
showUpcomingManeuvers
(
isTablet
:
Boolean
)