Builder

class Builder

Builder of ManeuverViewOptions

Constructors

Builder
Link copied to clipboard
fun Builder()

Functions

build
Link copied to clipboard
fun build(): ManeuverViewOptions
Build a new instance of ManeuverViewOptions
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
laneGuidanceTurnIconManeuver
Link copied to clipboard
fun laneGuidanceTurnIconManeuver(@StyleRes() laneGuidanceTurnIconManeuver: Int): ManeuverViewOptions.Builder
Allows you to style the lane guidance turn icon colors.
maneuverBackgroundColor
Link copied to clipboard
fun maneuverBackgroundColor(@ColorRes() maneuverBackgroundColor: Int): ManeuverViewOptions.Builder
Allows you to style the background color for main maneuver.
primaryManeuverOptions
Link copied to clipboard
fun primaryManeuverOptions(primaryManeuverOptions: ManeuverPrimaryOptions): ManeuverViewOptions.Builder
Allows you to style MapboxPrimaryManeuver.
secondaryManeuverOptions
Link copied to clipboard
fun secondaryManeuverOptions(secondaryManeuverOptions: ManeuverSecondaryOptions): ManeuverViewOptions.Builder
Allows you to style MapboxSecondaryManeuver.
stepDistanceTextAppearance
Link copied to clipboard
fun stepDistanceTextAppearance(@StyleRes() stepDistanceTextAppearance: Int): ManeuverViewOptions.Builder
Allows you to style MapboxStepDistance.
subManeuverBackgroundColor
Link copied to clipboard
fun subManeuverBackgroundColor(@ColorRes() subManeuverBackgroundColor: Int): ManeuverViewOptions.Builder
Allows you to style the background color for sub maneuver.
subManeuverOptions
Link copied to clipboard
fun subManeuverOptions(subManeuverOptions: ManeuverSubOptions): ManeuverViewOptions.Builder
Allows you to style MapboxSubManeuver.
toString
Link copied to clipboard
open fun toString(): String
turnIconManeuver
Link copied to clipboard
fun turnIconManeuver(@StyleRes() turnIconManeuver: Int): ManeuverViewOptions.Builder
Allows you to style the turn icon colors.
upcomingManeuverBackgroundColor
Link copied to clipboard
fun upcomingManeuverBackgroundColor(@ColorRes() upcomingManeuverBackgroundColor: Int): ManeuverViewOptions.Builder
Allows you to style the background color for upcoming maneuvers.