π£οΈNavigation
Gets a navigation route from a starting platform to an ending platform.
Parameters
key
type
value
example
Example Navigation URL
[
{
"name": "Expo",
"allCodes": [
"DT35",
"CG1"
],
"line": "DT",
"towards": "DT-11",
"crossPlatform": false,
"doors": [
5
]
},
{
"name": "Newton",
"allCodes": [
"NS21",
"DT11"
],
"line": "NS",
"towards": "NS-4",
"crossPlatform": false,
"doors": [
8,
19
]
}
]Responses
Gets a navigation route from a starting platform to an ending platform.
Path Parameters
Name
Type
Description
Last updated
Was this helpful?