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

Link copied to clipboard
class MutableRouteSetValue

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

Functions

Link copied to clipboard
fun toMutableValue(): RouteSetValue.MutableRouteSetValue

Properties

Link copied to clipboard
val alternativeRouteLinesData: List<RouteLineData>
Link copied to clipboard
val primaryRouteLineData: RouteLineData
Link copied to clipboard
val waypointsSource: FeatureCollection