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
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.
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