Earlier/Later Journeys (Deprecated)
Use the mroute
resource to request earlier/later journeys from a specific location/station.
.../v3/mroute.{format}?<parameter>=<value>...
Parameter | Data Type | Description |
---|---|---|
app_id | String | Typically, but not guaranteed to be, 20 |
app_code | String | Typically, but not guaranteed to be, 20 |
apiKey | String | A 43-byte Base64 URL-safe encoded string used for the authentication of the client |
ctx | String | Specifies a context for the request. This parameter has to be url encoded. Example: |
serviceUrl | String | Specifies the serviceUrl for the request. This parameter has to be url encoded. Example: |
Parameter | Data Type | Description |
---|---|---|
callbackFunc | String | Specifies an arbitrary string used to wrap the JSON object in the response. |
callbackId | Integer | If you specify the parameter callbackId , specifies the first argument to the function specified by the callbackFunc . |
direction | String | Specifies the direction. The possible values are F (Forward) and B (Backward). The default is F. |
lang | String | Specifies the language of the response. The value complies with the ISO 639-1 standard and defaults to en . |
max | Integer | Specifies the maximum number of connection the response should include. The default is 3. |
maneuvers | Integer | Requests turn-by-turn walk maneuvers information in the response. 1 (enabled), 0 (disabled) The default is 0. |
graph | Integer | Requests coordinate pairs to allow the drawing of a polyline for the route. The possible values are: 1 (enabled), 0 (disabled) The default is 0. |
details | Integer | Requests the inclusion of a list of intermediate stops within the routes in the response. If enabled, the response includes stop/station names, WGS-84 geocoordinates, and the departure/arrival times at the stops. 1 (enabled), 0 (disabled) The default is 1. |