Builder

class Builder

Builder of ManeuverExitOptions

Constructors

Builder
Link copied to clipboard
fun Builder()

Functions

build
Link copied to clipboard
fun build(): ManeuverExitOptions
Build a new instance of ManeuverExitOptions
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
mutcdExitProperties
Link copied to clipboard
fun mutcdExitProperties(mutcdExitProperties: MapboxExitProperties.PropertiesMutcd): ManeuverExitOptions.Builder
Specify the drawables you wish to render for an ExitComponentNode component contained in a Maneuver.
textAppearance
Link copied to clipboard
fun textAppearance(@StyleRes() textAppearance: Int): ManeuverExitOptions.Builder
Allows you to change the text appearance of PrimaryManeuver, SecondaryManeuver and SubManeuver.
toString
Link copied to clipboard
open fun toString(): String
viennaExitProperties
Link copied to clipboard
fun viennaExitProperties(viennaExitProperties: MapboxExitProperties.PropertiesVienna): ManeuverExitOptions.Builder
Specify the drawables you wish to render for an ExitComponentNode component contained in a Maneuver.