TransitTimingOutput Data Type

Holds information to be included in the REST Response for debugging and profiling purposes of a single transit routing search.

Properties
name data type constraints description
tripPatternFilterTime number required Time taken for the initialization of the raptor router in nanoseconds.
accessEgressTime number required Time taken for the access and egress routing in nanoseconds.
raptorSearchTime number required Time taken for the raptor search in nanoseconds.
itineraryCreationTime number required Time taken for mapping from the raptor paths to itinerary objects in nanoseconds.

Example

{
  "tripPatternFilterTime" : 12345,
  "accessEgressTime" : 12345,
  "raptorSearchTime" : 12345,
  "itineraryCreationTime" : 12345
}