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.
Properties
Link copied to clipboard
                  Defines the drawable used for the bearing icon when the user is outside the current active level. Default is null
Link copied to clipboard
                  Defines the bearing icon color as an integer when the user is outside the current active level. Default is null
Link copied to clipboard
                  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