Home > @magiclane/maps-sdk > PTRouteType
PTRouteType enum
Enumeration of public transport route types.
Mirrors common route categories (bus, tram, rail, etc.) used in GTFS-like data models.
Maps & 3D Scene
Signature:
export declare enum PTRouteType Enumeration Members
|
Member |
Value |
Description |
|---|---|---|
|
Bus |
|
Bus or trolleybus routes. |
|
Misc |
|
Miscellaneous or unknown route types. |
|
Railway |
|
Railway / intercity rail. |
|
Tram |
|
Tram / streetcar / light rail. |
|
Underground |
|
Underground / metro routes. |
|
WaterTransport |
|
Waterborne transport such as ferries. |