Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 3.43 KB

File metadata and controls

18 lines (14 loc) · 3.43 KB

VehicleResourceAttributes

Properties

Name Type Description Notes
updated_at datetime Time at which vehicle information was last updated. Format is ISO8601. [optional]
speed float Speed that the vehicle is traveling in meters per second. See GTFS-realtime Position speed. [optional]
longitude float Longitude of the vehicle's current position. Degrees East, in the WGS-84 coordinate system. See GTFS-realtime Position longitude. [optional]
latitude float Latitude of the vehicle's current position. Degrees North, in the WGS-84 coordinate system. See GTFS-realtime Position latitude. [optional]
label str User visible label, such as the one of on the signage on the vehicle. See GTFS-realtime VehicleDescriptor label. [optional]
direction_id int Direction in which trip is traveling: `0` or `1`. The meaning of `direction_id` varies based on the route. You can programmatically get the direction names from `/routes` `/data/{index}/attributes/direction_names` or `/routes/{id}` `/data/attributes/direction_names`. [optional]
current_stop_sequence int Index of current stop along trip. See GTFS-realtime VehiclePosition current_stop_sequence [optional]
current_status str Status of vehicle relative to the stops. See GTFS-realtime VehicleStopStatus. Value
bearing int Bearing, in degrees, clockwise from True North, i.e., 0 is North and 90 is East. This can be the compass bearing, or the direction towards the next stop or intermediate location. See GTFS-realtime Position bearing. [optional]

[Back to Model list] [Back to API list] [Back to README]