ITransportProperties
This class does not have a constructor and is intended for describing the data object of the vehicle in the transport segment of a public transport route.
Constructor
ITransportProperties()
Fields
Name | Type | Description |
---|---|---|
id | String | Transport vehicle identifier. |
name | String | Name of the transport vehicle's route. |
type | String | Transport vehicle type identifier.
Accepts one of the following string values:
|
Name | Type | Description |
---|---|---|
id | String | Transport vehicle identifier. |
name | String | Name of the transport vehicle's route. |
type | String | Transport vehicle type identifier.
Accepts one of the following string values:
|
Fields details
id
{String} id
Transport vehicle identifier.
name
{String} name
Name of the transport vehicle's route.
type
{String} type
Transport vehicle type identifier.
Accepts one of the following string values:
- "bus" - Bus.
- "trolleybus" - Trolley.
- "tramway" - Tram.
- "minibus" - Minibus.
- "underground" - Subway.
- "suburban" - Commuter train.