RouteLineScaleValue

data class RouteLineScaleValue(    val scaleStop: Float,     val scaleMultiplier: Float,     val scale: Float)

Represents the values used for the ExpressionBuilder.stop elements in an Expression for controlling the scaling of the route line at different zoom levels. See the Mapbox Map documentation for more information regarding Expressions.

Parameters

scaleStop

the stop value for the ExpressionBuilder.stop

scaleMultiplier

a value multiplied by the scale

scale

represents the scale value used in the Expression

Constructors

Link copied to clipboard
fun RouteLineScaleValue(    scaleStop: Float,     scaleMultiplier: Float,     scale: Float)

Properties

Link copied to clipboard
val scale: Float
Link copied to clipboard
val scaleMultiplier: Float
Link copied to clipboard
val scaleStop: Float