RouteLineClearValue

class RouteLineClearValue

Represents 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

Types

Link copied to clipboard
class MutableRouteLineClearValue

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

Functions

Link copied to clipboard

Properties

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