StyleMode

value class StyleMode(mode: Int)

Value class representing the style mode used by the RoadShieldIconProvider when generating images.

The StyleMode.Main style is synonymous with a light or day theme and the StyleMode.Dark style with a dark or night theme.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
constructor(mode: Int)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toString(): String