MutableRouteLineDynamicData

class MutableRouteLineDynamicData

Provides a mutable representation of 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 fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toImmutableValue
Link copied to clipboard
fun toImmutableValue(): RouteLineDynamicData
toString
Link copied to clipboard
open fun toString(): String

Properties

baseExpressionProvider
Link copied to clipboard
var 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