ProjectedRoute

data class ProjectedRoute(val id: <Error class: unknown class>, 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
constructor(id: <Error class: unknown class>, sections: List<ProjectedRouteSection>)

Properties

Link copied to clipboard
val id: <Error class: unknown class>
Link copied to clipboard