PublicTransportRouteDirection
Route direction of the public transport.
PublicTransportRouteDirection(
id: PublicTransportRouteDirectionId,
type: PublicTransportRouteDirectionType,
geometry: PublicTransportRouteGeometry?,
platforms: List<PublicTransportPlatform>
)
Route direction of the public transport.
Parameters
Properties
Identifier of the route direction.
Type of the route direction.
Geometry of the route direction.
Sequence of stop platforms along the route.