Builder

class Builder

Builder of ManeuverSubOptions

Constructors

Builder
Link copied to clipboard
fun Builder()

Functions

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