Builder

class Builder

Builder of ManeuverSecondaryOptions

Constructors

Builder
Link copied to clipboard
fun Builder()

Functions

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