PublicTransportRouteDirection | iOS SDK | Urbi Documentation
iOS SDK

PublicTransportRouteDirection

Route direction of the public transport.

public init(
    id: PublicTransportRouteDirectionId,
    type: PublicTransportRouteDirectionType,
    geometry: PublicTransportRouteGeometry?,
    platforms: [PublicTransportPlatform]
)
Parameters
Properties

Identifier of the route direction.

Type of the route direction.

Geometry of the route direction.

Sequence of stop platforms along the route.