Builder

class Builder

Build a new RoadLabelOptions

Constructors

Builder
Link copied to clipboard
fun Builder()

Functions

backgroundColor
Link copied to clipboard
fun backgroundColor(@ColorInt() backgroundColor: Int): RoadLabelOptions.Builder
The rectangular background color.
build
Link copied to clipboard
fun build(): RoadLabelOptions
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
roundedLabelColor
Link copied to clipboard
fun roundedLabelColor(@ColorInt() roundedLabelColor: Int): RoadLabelOptions.Builder
The color of the rounded label on top of the background.
shadowColor
Link copied to clipboard
fun shadowColor(@ColorInt() shadowColor: Int?): RoadLabelOptions.Builder
The color of the shadow.
textColor
Link copied to clipboard
fun textColor(@ColorInt() textColor: Int): RoadLabelOptions.Builder
The color of the text in the label.
toString
Link copied to clipboard
open fun toString(): String