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

Link copied to clipboard
fun toImmutableValue(): RouteSetValue

Properties

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