ManeuverViewOptions

class ManeuverViewOptions

Specifies options for rendering different components in a Maneuver.

Parameters

maneuverBackgroundColor

to style main maneuver background color

subManeuverBackgroundColor

to style sub maneuver background color

upcomingManeuverBackgroundColor

to style upcoming maneuver background color

turnIconManeuver

to style the MapboxTurnIconManeuver turn icon colors

stepDistanceTextAppearance
laneGuidanceTurnIconManeuver

to style the MapboxLaneGuidance turn icon colors

primaryManeuverOptions
secondaryManeuverOptions
subManeuverOptions

Types

Link copied to clipboard
class Builder

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Regenerate whenever a change is made

Link copied to clipboard
open override fun hashCode(): Int

Regenerate whenever a change is made

Link copied to clipboard
fun toBuilder(): ManeuverViewOptions.Builder
Link copied to clipboard
open override fun toString(): String

Regenerate whenever a change is made

Properties

Link copied to clipboard
val laneGuidanceTurnIconManeuver: Int
Link copied to clipboard
val maneuverBackgroundColor: Int
Link copied to clipboard
val primaryManeuverOptions: ManeuverPrimaryOptions
Link copied to clipboard
val secondaryManeuverOptions: ManeuverSecondaryOptions
Link copied to clipboard
val stepDistanceTextAppearance: Int
Link copied to clipboard
val subManeuverBackgroundColor: Int
Link copied to clipboard
val subManeuverOptions: ManeuverSubOptions
Link copied to clipboard
val turnIconManeuver: Int
Link copied to clipboard
val upcomingManeuverBackgroundColor: Int