| Name | Description | Type | Additional information |
|---|---|---|---|
| VehicleId |
Alphanumeric string representing the vehicle ID(ie.bus number) |
string |
None. |
| CurrentRoute |
Name of the route that the vehicle is currently servicing |
string |
None. |
| LastPositionLatitude |
Numeric value representing the last known position - latitude - of the vehicle in Decimal Degrees. Null if the position is not known. |
decimal number |
None. |
| LastPositionLongitude |
Numeric value representing the last known position - longitude - of the vehicle in Decimal Degrees. Null if the position is not known. |
decimal number |
None. |
| DateTimePositionReported |
Datetime indicating when the vehicle position was last reported (Dates and Times in PST/PDT when applicable). Null if the position is not being reported. |
date |
None. |
| VehicleCapacity |
Numeric value that represents the vehicle's maximum recommended passenger load. Null if this information is not available. |
integer |
None. |
| CurrentPassengerCount |
Integer value that represents the vehicle's current passenger count. Null if this information is not available. |
integer |
None. |
| EstimatedOccupancyPercentage |
Integer value that represents the vehicle's estimated occupancy percentage. Null if this information is not available. |
integer |
None. |
| EstimatedOccupancyStatusColor |
String value with the recommeded RGB color in hexadecimal format to represent the vehicle's current estimated occupancy. Null if passenger occupancy is not available. |
string |
None. |
| EstimatedOccupancyStatus |
String value describing the estimated occupancy status for the vehicle. Possible returned values are: Null - Occupancy status information is not available. Not Crowded - Vehicle has plenty of room to accommodate new passengers. Some Crowding - Vehicle already has a few passengers but can accomodate more. Crowded - Vehicle is about to or already passed the recommended passenger capacity limit. |
string |
None. |
| DateTimeAPCReported |
Datetime indicating when passenger occupancy status was last reported (Dates and Times in PST/PDT when applicable). Null if occupancy status is not being reported. |
date |
None. |
