Package-level declarations

Types

Link copied to clipboard

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

Default view to render a maneuver.

Link copied to clipboard

The class informs the user about the state of MapboxManeuverView.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

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.