ProjectedRoute

data 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.

Parameters

id

The ID of the route.

sections

Sections of the projected route.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
val id: RouteId
Link copied to clipboard