PublicTransportDirectoryRouteInfo | iOS SDK | Urbi Documentation
iOS SDK

PublicTransportDirectoryRouteInfo

Information about public transport route.

public init(
    id: DgisObjectId,
    name: String,
    color: UInt32?,
    fromToStationNames: PublicTransportDirectoryRouteDirectionNamesInfo?,
    directions: [PublicTransportRouteDirection]
)
Parameters
Properties

Route identifier.

Route name.

Route color coding.

Names of the start and the end stops of the route.