place
Namespace: |
(default namespace) |
XML Schema: |
ns0.xsd |
A Place is where a journey starts or ends, or a transit stop along the way.
XML
Attributes
name |
type |
description |
orig |
string |
(no documentation provided)
|
zoneId |
string |
(no documentation provided)
|
stopIndex |
int |
For transit trips, the stop index (numbered from zero from the start of the trip
|
stopSequence |
int |
For transit trips, the sequence number of the stop. Per GTFS, these numbers are increasing.
|
Elements
name (type) |
min/max occurs |
description |
name (string)
|
0/1 |
For transit stops, the name of the stop. For points of interest, the name of the POI.
|
stopId (agencyAndId)
|
0/1 |
The ID of the stop. This is often something that users don't care about.
|
stopCode (string)
|
0/1 |
The "code" of the stop. Depending on the transit agency, this is often
something that users care about.
|
platformCode (string)
|
0/1 |
The code or name identifying the quay/platform the vehicle will arrive at or depart from
|
lon (double)
|
0/1 |
The longitude of the place.
|
lat (double)
|
0/1 |
The latitude of the place.
|
arrival (dateTime)
|
0/1 |
The time the rider will arrive at the place.
|
departure (dateTime)
|
0/1 |
The time the rider will depart the place.
|