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

Types

Link copied to clipboard
class MapboxExitText : AppCompatTextView

Default Exit View that renders exit number in a specific style.

Link copied to clipboard
class MapboxLaneGuidance @JvmOverloads constructor(    context: Context,     attrs: AttributeSet? = null,     defStyleAttr: Int = 0) : AppCompatImageView

Default Lane Guidance View that renders the maneuver icons onto MapboxManeuverView. It can be directly used in any other layout.

Link copied to clipboard

Default recycler adapter to render lanes for the upcoming turn.

Link copied to clipboard
class MapboxManeuverView : ConstraintLayout

Default view to render a maneuver.

Link copied to clipboard
sealed class MapboxManeuverViewState

The class informs the user about the state of MapboxManeuverView.

Link copied to clipboard
class MapboxPrimaryManeuver : AppCompatTextView

Default view to render primary banner instructions onto MapboxManeuverView. It can be directly used in any other layout.

Link copied to clipboard
class MapboxSecondaryManeuver : AppCompatTextView

Default view to render secondary banner instructions onto MapboxManeuverView. It can be directly used in any other layout.

Link copied to clipboard
class MapboxStepDistance : AppCompatTextView

Default view to render distance onto MapboxManeuverView and single item in MapboxUpcomingManeuverAdapter. It can be directly used in any other layout.

Link copied to clipboard
class MapboxSubManeuver : AppCompatTextView

Default view to render sub banner instructions onto MapboxManeuverView. It can be directly used in any other layout.

Link copied to clipboard
class MapboxTurnIconManeuver @JvmOverloads constructor(    context: Context,     attrs: AttributeSet? = null,     defStyleAttr: Int = 0) : AppCompatImageView

Default view to render the maneuver turn icon onto MapboxManeuverView. It can be directly used in any other layout.

Link copied to clipboard

Default recycler adapter to render upcoming maneuvers for the RouteLeg.