RouteLineScaleValue

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)

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Indicates whether some other object is "equal to" this one.

Link copied to clipboard
open override fun hashCode(): Int

Returns a hash code value for the object.

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.

Properties

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