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.