πResponse Objects: Facility
Facilities objects represent methods that commuters can leave the platform to the exit and/or other platforms of the station.
Multiple facilities that are of the same type and lead to the same area are counted as just one facility with multiple door numbers.
A facility object contains the following elements:
key
type
value
example
type
string
An enum specifying the type of facility that this object belongs to.
lift
/escalator
/stairs
towards
string
A slash-separated array containing the possible direction codes / exits / places of interest that the facility leads to.
DT/exit
doors
int[]
An array of all the door numbers that this facility connects to.
[10,15]
Last updated
Was this helpful?