MutableRouteLineClearValue

class MutableRouteLineClearValue

Represents mutable data used to remove the route line(s) from the map.

Parameters

primaryRouteSource

a feature collection representing the primary route

alternativeRouteSourceSources

feature collections representing alternative routes

waypointsSource

a feature collection representing the origin and destination icons

Functions

Link copied to clipboard
fun toImmutableValue(): RouteLineClearValue

Properties

Link copied to clipboard
var alternativeRouteSourceSources: List<FeatureCollection>
Link copied to clipboard
var primaryRouteSource: FeatureCollection
Link copied to clipboard
var waypointsSource: FeatureCollection