Builder

class Builder(context: Context)

Build a new CarManeuverIconOptions

Parameters

context

optional Context for applying default themes.

Constructors

Builder
Link copied to clipboard
fun Builder(context: Context)
optional Context for applying default themes.

Functions

background
Link copied to clipboard
fun background(@ColorInt() background: Int): CarManeuverIconOptions.Builder
Theme that represents the active state for a lane
build
Link copied to clipboard
fun build(): CarManeuverIconOptions
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
styleRes
Link copied to clipboard
fun styleRes(@StyleRes() styleRes: Int?): CarManeuverIconOptions.Builder
Theme that represents the lane icon
toString
Link copied to clipboard
open fun toString(): String