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

Builder
Link copied to clipboard
class Builder

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Regenerate whenever a change is made
hashCode
Link copied to clipboard
open override fun hashCode(): Int
Regenerate whenever a change is made
toBuilder
Link copied to clipboard
fun toBuilder(): ManeuverViewOptions.Builder
toString
Link copied to clipboard
open override fun toString(): String
Regenerate whenever a change is made

Properties

laneGuidanceTurnIconManeuver
Link copied to clipboard
val laneGuidanceTurnIconManeuver: Int
to style the MapboxLaneGuidance turn icon colors
maneuverBackgroundColor
Link copied to clipboard
val maneuverBackgroundColor: Int
to style main maneuver background color
primaryManeuverOptions
Link copied to clipboard
secondaryManeuverOptions
Link copied to clipboard
stepDistanceTextAppearance
Link copied to clipboard
val stepDistanceTextAppearance: Int
subManeuverBackgroundColor
Link copied to clipboard
val subManeuverBackgroundColor: Int
to style sub maneuver background color
subManeuverOptions
Link copied to clipboard
val subManeuverOptions: ManeuverSubOptions
turnIconManeuver
Link copied to clipboard
val turnIconManeuver: Int
to style the MapboxTurnIconManeuver turn icon colors
upcomingManeuverBackgroundColor
Link copied to clipboard
val upcomingManeuverBackgroundColor: Int
to style upcoming maneuver background color