MutableRouteSetValue

class MutableRouteSetValue

Represents the mutable side effects for drawing routes on a map.

Parameters

primaryRouteLineData

the data of the primary route line

alternativeRouteLinesData

the data of the alternative route lines

waypointsSource

the feature collection for the origin and destination icons

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

Properties

alternativeRouteLinesData
Link copied to clipboard
var alternativeRouteLinesData: List<RouteLineData>
the data of the alternative route lines
primaryRouteLineData
Link copied to clipboard
var primaryRouteLineData: RouteLineData
the data of the primary route line
waypointsSource
Link copied to clipboard
var waypointsSource: FeatureCollection
the feature collection for the origin and destination icons