Builder
class Builder
Content copied to clipboard
Builder of ManeuverViewOptions
Constructors
Functions
build
Link copied to clipboard
laneGuidanceTurnIconManeuver
Link copied to clipboard
fun laneGuidanceTurnIconManeuver(@StyleRes() laneGuidanceTurnIconManeuver: Int): ManeuverViewOptions.Builder
Content copied to clipboard
maneuverBackgroundColor
Link copied to clipboard
fun maneuverBackgroundColor(@ColorRes() maneuverBackgroundColor: Int): ManeuverViewOptions.Builder
Content copied to clipboard
primaryManeuverOptions
Link copied to clipboard
fun primaryManeuverOptions(primaryManeuverOptions: ManeuverPrimaryOptions): ManeuverViewOptions.Builder
Content copied to clipboard
Allows you to style MapboxPrimaryManeuver.
secondaryManeuverOptions
Link copied to clipboard
fun secondaryManeuverOptions(secondaryManeuverOptions: ManeuverSecondaryOptions): ManeuverViewOptions.Builder
Content copied to clipboard
Allows you to style MapboxSecondaryManeuver.
stepDistanceTextAppearance
Link copied to clipboard
fun stepDistanceTextAppearance(@StyleRes() stepDistanceTextAppearance: Int): ManeuverViewOptions.Builder
Content copied to clipboard
Allows you to style MapboxStepDistance.
subManeuverBackgroundColor
Link copied to clipboard
fun subManeuverBackgroundColor(@ColorRes() subManeuverBackgroundColor: Int): ManeuverViewOptions.Builder
Content copied to clipboard
subManeuverOptions
Link copied to clipboard
fun subManeuverOptions(subManeuverOptions: ManeuverSubOptions): ManeuverViewOptions.Builder
Content copied to clipboard
Allows you to style MapboxSubManeuver.
turnIconManeuver
Link copied to clipboard
fun turnIconManeuver(@StyleRes() turnIconManeuver: Int): ManeuverViewOptions.Builder
Content copied to clipboard
upcomingManeuverBackgroundColor
Link copied to clipboard
fun upcomingManeuverBackgroundColor(@ColorRes() upcomingManeuverBackgroundColor: Int): ManeuverViewOptions.Builder
Content copied to clipboard