MutableRouteLineUpdateValue

class MutableRouteLineUpdateValue

Represents the mutable data for updating the appearance of the route lines.

Parameters

primaryRouteLineDynamicData

the data describing the primary route line

alternativeRouteLinesDynamicData

the data describing alternative route lines

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(): RouteLineUpdateValue
toString
Link copied to clipboard
open fun toString(): String

Properties

alternativeRouteLinesDynamicData
Link copied to clipboard
the data describing alternative route lines
primaryRouteLineDynamicData
Link copied to clipboard
var primaryRouteLineDynamicData: RouteLineDynamicData
the data describing the primary route line