UserLocationViewStyles

constructor(normal: UserLocationViewStateStyle = UserLocationViewStateStyle(), stale: UserLocationViewStateStyle = UserLocationViewStateStyle( foregroundColor = Color.GRAY, bearingColor = Color.GRAY ), @FloatRange(from = 0.0, to = 1.0) outOfActiveLevelAlpha: Float = 0.5f, @ColorInt accuracyColor: Int = Color.BLUE, @FloatRange(from = 0.0, to = 1.0) accuracyAlpha: Float = 0.15f, pulseEnabled: Boolean = false, @ColorInt pulseColor: Int = Color.BLUE, @FloatRange(from = 0.0, to = 1.0) pulseAlpha: Float = 0.4f)