RouteLineDynamicData

class RouteLineDynamicData

Provides information needed to draw a route.

Parameters

baseExpressionProvider

expression used to style the base of the line

casingExpressionProvider

expression used to style the case of the line

trafficExpressionProvider

expression used to style the congestion colors on the line

restrictedSectionExpressionProvider

expression used to style the restricted sections on the line

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Indicates whether some other object is "equal to" this one.
hashCode
Link copied to clipboard
open override fun hashCode(): Int
Returns a hash code value for the object.
toString
Link copied to clipboard
open override fun toString(): String
Returns a string representation of the object.

Properties

baseExpressionProvider
Link copied to clipboard
val baseExpressionProvider: RouteLineExpressionProvider
expression used to style the base of the line
casingExpressionProvider
Link copied to clipboard
expression used to style the case of the line
restrictedSectionExpressionProvider
Link copied to clipboard
expression used to style the restricted sections on the line
trafficExpressionProvider
Link copied to clipboard
expression used to style the congestion colors on the line