Route

class Route(index: Int, routeGeometry: Polyline, val duration: Double, val totalLength: Double, val steps: List<NavigationStep>, val origin: Feature, val destination: Feature) : Parcelable

Constructors

Link copied to clipboard
constructor(index: Int, routeGeometry: Polyline, duration: Double, totalLength: Double, steps: List<NavigationStep>, origin: Feature, destination: Feature)

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Functions

Link copied to clipboard

Properties

Link copied to clipboard
val destination: Feature
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val origin: Feature
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard