Builder

class Builder

A builder class for RouteLineScaleExpressions.

Constructors

Link copied to clipboard
fun Builder()

Functions

fun alternativeRouteCasingLineScaleExpression(expression: Expression): RouteLineScaleExpressions.Builder

An expression that will define the scaling behavior of the alternative route casing line.

Link copied to clipboard
fun alternativeRouteLineScaleExpression(expression: Expression): RouteLineScaleExpressions.Builder

An expression that will define the scaling behavior of the alternative route line.

fun alternativeRouteTrafficLineScaleExpression(expression: Expression): RouteLineScaleExpressions.Builder

An expression that will define the scaling behavior of the alternative route traffic line.

Link copied to clipboard
fun build(): RouteLineScaleExpressions
Link copied to clipboard
fun routeCasingLineScaleExpression(expression: Expression): RouteLineScaleExpressions.Builder

An expression that will define the scaling behavior of the route casing line.

Link copied to clipboard
fun routeLineScaleExpression(expression: Expression): RouteLineScaleExpressions.Builder

An expression that will define the scaling behavior of the route line.

Link copied to clipboard
fun routeTrafficLineScaleExpression(expression: Expression): RouteLineScaleExpressions.Builder

An expression that will define the scaling behavior of the route traffic line.