OutOfActiveLevelStyle

data class OutOfActiveLevelStyle(val foregroundDrawable: Int? = null, val bearingDrawable: Int? = null, @ColorInt val foregroundTintColor: Int? = null, @ColorInt val bearingTintColor: Int? = null, @FloatRange(from = 0.0, to = 1.0) val alpha: Float = 0.5f)

A data class containing information about the User Location view style when the user is outside the current active level.

Constructors

Link copied to clipboard
constructor(foregroundDrawable: Int? = null, bearingDrawable: Int? = null, @ColorInt foregroundTintColor: Int? = null, @ColorInt bearingTintColor: Int? = null, @FloatRange(from = 0.0, to = 1.0) alpha: Float = 0.5f)

Properties

Link copied to clipboard
val alpha: Float = 0.5f

The alpha for User Location view when the user is outside the current active level. Default is 0.5F

Link copied to clipboard
val bearingDrawable: Int? = null

Defines the drawable used for the bearing icon when the user is outside the current active level. Default is null

Link copied to clipboard
val bearingTintColor: Int? = null

Defines the bearing icon color as an integer when the user is outside the current active level. Default is null

Link copied to clipboard
val foregroundDrawable: Int? = null

Supply a Drawable that is to be rendered on top of all of the content when the user is outside the current active level. Default is null

Link copied to clipboard

Defines the foreground stale color as an integer when the user is outside the current active level. Default is null