WaypointStatus

class WaypointStatus(val state: WaypointState, val waypoint: RouteStop)

Represents the status of a waypoint in a route.

Constructors

Link copied to clipboard
constructor(state: WaypointState, waypoint: RouteStop)

Properties

Link copied to clipboard

The state of the waypoint.

Link copied to clipboard

The route stop associated with the waypoint.

Functions

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