Builder
Build a new CarRoadLabelOptions
Constructors
Functions
Link copied to clipboard
fun backgroundColor(@ColorInt backgroundColor: Int): CarRoadLabelOptions.Builder
Content copied to clipboard
The rectangular background color. default is Color.TRANSPARENT
Link copied to clipboard
Build the CarRoadLabelOptions
Link copied to clipboard
fun roundedLabelColor(@ColorInt roundedLabelColor: Int): CarRoadLabelOptions.Builder
Content copied to clipboard
The color of the rounded label on top of the background.
Link copied to clipboard
fun shadowColor(@ColorInt shadowColor: Int?): CarRoadLabelOptions.Builder
Content copied to clipboard
The color of the shadow. The shadow will not show if when null
.
Link copied to clipboard
The color of the text in the label.