MutableRouteLineData

class MutableRouteLineData

Provides mutable information needed to draw a route.

Parameters

featureCollection

the routes geometry

dynamicData

dynamic data to style the route line

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toImmutableValue
Link copied to clipboard
fun toImmutableValue(): RouteLineData
toString
Link copied to clipboard
open fun toString(): String

Properties

dynamicData
Link copied to clipboard
var dynamicData: RouteLineDynamicData
dynamic data to style the route line
featureCollection
Link copied to clipboard
var featureCollection: FeatureCollection
the routes geometry