RouteSetValue

class RouteSetValue

Represents the 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

Types

MutableRouteSetValue
Link copied to clipboard
class MutableRouteSetValue
Represents the mutable side effects for drawing routes on a map.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toMutableValue
Link copied to clipboard
fun toMutableValue(): RouteSetValue.MutableRouteSetValue
toString
Link copied to clipboard
open fun toString(): String

Properties

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