Package | Description |
---|---|
org.transitime.api.data |
This package contains the classes for the objects that are serialized into
JSON or XML.
|
Class and Description |
---|
ApiAgency
Contains API info for an agency.
|
ApiPredictions
Contains predictions for multiple routes/stops.
|
ApiTransientLocation
A simple latitude/longitude:
|
ApiTrip
Specifies how trip data is formatted for the API.
|
ApiTripTerse
A shorter version of ApiTrip for when all the detailed info is not
needed.
|
ApiVehicleAbstract
This class exists so that can have multiple subclasses that inherent from
each other while still being able to set the propOrder for each class.
|