Package com.mapbox.navigation.ui.maneuver.view

Types

MapboxExitText
Link copied to clipboard
class MapboxExitText : AppCompatTextView
Default Exit View that renders exit number in a specific style.
MapboxLaneGuidance
Link copied to clipboard
class MapboxLaneGuidance @JvmOverloads() constructor(context: Context, attrs: AttributeSet?, defStyleAttr: Int) : AppCompatImageView
Default Lane Guidance View that renders the maneuver icons onto MapboxManeuverView.
MapboxLaneGuidanceAdapter
Link copied to clipboard
Default recycler adapter to render lanes for the upcoming turn.
MapboxManeuverView
Link copied to clipboard
class MapboxManeuverView : ConstraintLayout
Default view to render a maneuver.
MapboxPrimaryManeuver
Link copied to clipboard
class MapboxPrimaryManeuver : AppCompatTextView
Default view to render primary banner instructions onto MapboxManeuverView.
MapboxSecondaryManeuver
Link copied to clipboard
class MapboxSecondaryManeuver : AppCompatTextView
Default view to render secondary banner instructions onto MapboxManeuverView.
MapboxStepDistance
Link copied to clipboard
class MapboxStepDistance : AppCompatTextView
Default view to render distance onto MapboxManeuverView and single item in MapboxUpcomingManeuverAdapter.
MapboxSubManeuver
Link copied to clipboard
class MapboxSubManeuver : AppCompatTextView
Default view to render sub banner instructions onto MapboxManeuverView.
MapboxTurnIconManeuver
Link copied to clipboard
class MapboxTurnIconManeuver @JvmOverloads() constructor(context: Context, attrs: AttributeSet?, defStyleAttr: Int) : AppCompatImageView
Default view to render the maneuver turn icon onto MapboxManeuverView.
MapboxUpcomingManeuverAdapter
Link copied to clipboard
Default recycler adapter to render upcoming maneuvers for the RouteLeg.