ProjectedRoute

class ProjectedRoute(val id: RouteId, val sections: List<ProjectedRouteSection>)

The projected route provided by RouteProjectionEngine.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
constructor(id: RouteId, sections: List<ProjectedRouteSection>)

Properties

Link copied to clipboard
val id: RouteId

Projected route ID.

Link copied to clipboard

ProjectedRouteSection Sections of the projected route.

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