Builder

class Builder

Builder of ManeuverPrimaryOptions

Constructors

Builder
Link copied to clipboard
fun Builder()

Functions

build
Link copied to clipboard
fun build(): ManeuverPrimaryOptions
Build a new instance of ManeuverPrimaryOptions
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
exitOptions
Link copied to clipboard
fun exitOptions(exitOptions: ManeuverExitOptions): ManeuverPrimaryOptions.Builder
Allows you to specify the options for styling of MapboxExitText in MapboxPrimaryManeuver
hashCode
Link copied to clipboard
open fun hashCode(): Int
textAppearance
Link copied to clipboard
fun textAppearance(@StyleRes() textAppearance: Int): ManeuverPrimaryOptions.Builder
Allows you to change the text appearance of PrimaryManeuver
toString
Link copied to clipboard
open fun toString(): String