Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
data class UserLocationViewStyle(val foregroundDrawable: Int? = null, val backgroundDrawable: Int? = null, val bearingDrawable: Int? = null, @ColorInt val foregroundTintColor: Int? = null, @ColorInt val backgroundTintColor: Int? = null, @ColorInt val bearingTintColor: Int? = null, val outOfActiveLevelStyle: UserLocationViewStyle.OutOfActiveLevelStyle = OutOfActiveLevelStyle())
A data class containing information about the default User Location view style.