Plan Object
Fields
#
nextDateTime
This is the suggested search time for the "next page" or time window. Insert it together with the searchWindowUsed in the request to get a new set of trips following in the search-window AFTER the current search. No duplicate trips should be returned, unless a trip is delayed and new real-time data is available.
nextPageCursor
Use the cursor to go to the next "page" of itineraries. Copy the cursor from the last response to the pageCursor query parameter and keep the original request as is. This will enable you to search for itineraries in the next search-window. The cursor based paging only support stepping to the next page, as it does not support jumping. This is only usable when public transportation mode(s) are included in the query.
prevDateTime
This is the suggested search time for the "previous page" or time window. Insert it together with the searchWindowUsed in the request to get a new set of trips preceding in the search-window BEFORE the current search. No duplicate trips should be returned, unless a trip is delayed and new real-time data is available.
previousPageCursor
Use the cursor to go to the previous "page" of itineraries. Copy the cursor from the last response to the pageCursor query parameter and keep the original request otherwise as is. This will enable you to search for itineraries in the previous search-window. The cursor based paging only support stepping to the previous page, as it does not support jumping. This is only usable when public transportation mode(s) are included in the query.
searchWindowUsed
This is the searchWindow
used by the raptor search. It is provided here for debugging
purpousess.
The unit is seconds.
Usages
#
References
#
- Field plan from QueryType
PlaceInterface
PlanAccessMode