RouteLineScaleExpressions

class RouteLineScaleExpressions

A class containing information about custom scaling expressions.

Parameters

routeLineScaleExpression

an expression governing the behavior of route line scaling

routeCasingLineScaleExpression

an expression governing the behavior of route casing line scaling

routeTrafficLineScaleExpression

an expression governing the behavior of route traffic line scaling

alternativeRouteLineScaleExpression

an expression governing the behavior of alternative route line scaling

alternativeRouteCasingLineScaleExpression

an expression governing the behavior of alternative route casing line scaling

alternativeRouteTrafficLineScaleExpression

an expression governing the behavior of alternative route traffic line scaling

Types

Link copied to clipboard
class Builder

A builder class for RouteLineScaleExpressions.

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

val alternativeRouteCasingLineScaleExpression: Expression
Link copied to clipboard
val alternativeRouteLineScaleExpression: Expression
val alternativeRouteTrafficLineScaleExpression: Expression
Link copied to clipboard
val routeCasingLineScaleExpression: Expression
Link copied to clipboard
val routeLineScaleExpression: Expression
Link copied to clipboard
val routeTrafficLineScaleExpression: Expression