ManeuverExitOptions

class ManeuverExitOptions

Specifies options for styling MapboxExitText.

See also

Parameters

textAppearance

change the text appearance of exit text.

mutcdExitProperties

defines the appearance of the exit drawables for countries following MUTCD convention

viennaExitProperties

defines the appearance of the exit drawables for countries following VIENNA convention

Types

Builder
Link copied to clipboard
class Builder

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Regenerate whenever a change is made
hashCode
Link copied to clipboard
open override fun hashCode(): Int
Regenerate whenever a change is made
toBuilder
Link copied to clipboard
fun toBuilder(): ManeuverExitOptions.Builder
toString
Link copied to clipboard
open override fun toString(): String
Regenerate whenever a change is made

Properties

mutcdExitProperties
Link copied to clipboard
defines the appearance of the exit drawables for countries following MUTCD convention
textAppearance
Link copied to clipboard
val textAppearance: Int
change the text appearance of exit text.
viennaExitProperties
Link copied to clipboard
defines the appearance of the exit drawables for countries following VIENNA convention