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

MutableRouteLineClearValue
Link copied to clipboard
class MutableRouteLineClearValue
Represents mutable data used to remove the route line(s) from the 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
toString
Link copied to clipboard
open fun toString(): String

Properties

alternativeRouteSourceSources
Link copied to clipboard
val alternativeRouteSourceSources: List<FeatureCollection>
feature collections representing alternative routes
primaryRouteSource
Link copied to clipboard
val primaryRouteSource: FeatureCollection
a feature collection representing the primary route
waypointsSource
Link copied to clipboard
val waypointsSource: FeatureCollection
a feature collection representing the origin and destination icons