UserLocationViewStateStyle

data class UserLocationViewStateStyle(@ColorInt val foregroundColor: Int = MapConstants.WEMAP_BLUE, @ColorInt val backgroundColor: Int = Color.WHITE, @ColorInt val bearingColor: Int = MapConstants.WEMAP_BLUE)

A data class containing information about the user location view style for particular state.

Constructors

Link copied to clipboard
constructor(@ColorInt foregroundColor: Int = MapConstants.WEMAP_BLUE, @ColorInt backgroundColor: Int = Color.WHITE, @ColorInt bearingColor: Int = MapConstants.WEMAP_BLUE)

Properties

Link copied to clipboard

Defines the background color as an integer.

Link copied to clipboard

Defines the bearing icon color as an integer.

Link copied to clipboard

Defines the foreground color as an integer.