Route Line Scale Value
            data class RouteLineScaleValue(scaleStop: Float, scaleMultiplier: Float, scale: Float)
Content copied to clipboard
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
RouteLineScaleValue
                          
                    Link copied to clipboard
                        fun RouteLineScaleValue(scaleStop: Float, scaleMultiplier: Float, scale: Float)
Content copied to clipboard
the stop value for the ExpressionBuilder.stop
Functions
component1
                          
                    Link copied to clipboard
                        component2
                          
                    Link copied to clipboard
                        component3
                          
                    Link copied to clipboard