HistoryEventSetRoute

class HistoryEventSetRoute : HistoryEvent

Historical event that represents when a route was set.

Parameters

eventTimestamp

timestamp of event seconds

navigationRoute

the route that was set, null when it cleared

routeIndex

the index of this route

legIndex

the current leg index when the route was set

profile

the routing profile to use

geometries

the geometry polyline encoding

waypoints

the coordinates for this route

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Regenerate whenever a change is made

Link copied to clipboard
open override fun hashCode(): Int

Regenerate whenever a change is made

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.

Properties

Link copied to clipboard
val directionsRoute: DirectionsRoute?

The route that was set, null when it cleared.

Link copied to clipboard
open override val eventTimestamp: Double
Link copied to clipboard
val geometries: String
Link copied to clipboard
val legIndex: Int
Link copied to clipboard
val navigationRoute: NavigationRoute?
Link copied to clipboard
val profile: String
Link copied to clipboard
val routeIndex: Int
Link copied to clipboard
val waypoints: List<HistoryWaypoint>