A place along a platform, where the vehicle van be boarded. Equivalent to GTFS stop location.
| name | data type | description |
|---|---|---|
| coordinate | WgsCoordinate | Center point/location for the boarding area. Returns the coordinate of the parent stop, if the coordinate is not defined for this boarding area. |
| parentStop | Stop | Returns the parent stop this boarding area belongs to. |
Properties inherited from StationElement |
||
| name | string | Name of the station element if provided. |
| code | string | Public facing stop code (short text or number). |
| description | string | Additional information about the station element (if needed). |
| coordinate | WgsCoordinate | Center point/location for the station element. Returns the coordinate of the parent station, if the coordinate is not defined for this station element. |
| wheelchairBoarding | WheelChairBoarding | Returns whether this station element is accessible for wheelchair users. |
| levelName | string | Level name for elevator descriptions |
| levelIndex | number | Level index for hop counts in elevators. Is null if not set. |
| parentStation | Station | Parent station for the station element |
| partOfStation | boolean | Return true if this stop (element) is part of a station, have a parent station. |
Properties inherited from TransitEntity |
||
| id | FeedScopedId | |
Example
{
"coordinate" : { },
"parentStop" : {
"platformCode" : "...",
"url" : "...",
"timeZone" : {
"rawOffset" : 12345,
"DSTSavings" : 12345,
"availableIDs" : [ "...", "..." ],
"default" : { },
"displayName" : "...",
"ID" : "..."
},
"vehicleType" : "TRAM",
"boardingAreas" : [ {
"coordinate" : { },
"parentStop" : { },
"name" : "...",
"code" : "...",
"description" : "...",
"wheelchairBoarding" : "POSSIBLE",
"levelName" : "...",
"levelIndex" : 12345.0,
"parentStation" : { },
"partOfStation" : true,
"id" : { }
}, {
"coordinate" : { },
"parentStop" : { },
"name" : "...",
"code" : "...",
"description" : "...",
"wheelchairBoarding" : "POSSIBLE",
"levelName" : "...",
"levelIndex" : 12345.0,
"parentStation" : { },
"partOfStation" : true,
"id" : { }
} ],
"priority" : "RECOMMENDED",
"fareZones" : [ {
"name" : "...",
"id" : { }
}, {
"name" : "...",
"id" : { }
} ],
"geometry" : {
"length" : 12345.0,
"numGeometries" : 12345,
"precisionModel" : { },
"interiorPoint" : { },
"rectangle" : true,
"area" : 12345.0,
"boundary" : { },
"boundaryDimension" : 12345,
"numPoints" : 12345,
"coordinates" : [ { }, { } ],
"dimension" : 12345,
"envelopeInternal" : { },
"empty" : true,
"coordinate" : { },
"centroid" : { },
"factory" : { },
"SRID" : 12345,
"simple" : true,
"userData" : { },
"geometryType" : "...",
"envelope" : { },
"valid" : true
},
"vehicleSubmode" : "...",
"name" : "...",
"code" : "...",
"description" : "...",
"coordinate" : { },
"wheelchairBoarding" : "NO_INFORMATION",
"levelName" : "...",
"levelIndex" : 12345.0,
"parentStation" : {
"name" : "...",
"coordinate" : { },
"code" : "...",
"description" : "...",
"url" : "...",
"priority" : "ALLOWED",
"timezone" : { },
"childStops" : [ { }, { } ],
"lat" : 12345.0,
"lon" : 12345.0,
"geometry" : { },
"id" : { }
},
"partOfStation" : true,
"id" : {
"feedId" : "...",
"id" : "..."
}
},
"name" : "...",
"code" : "...",
"description" : "...",
"wheelchairBoarding" : "NO_INFORMATION",
"levelName" : "...",
"levelIndex" : 12345.0,
"parentStation" : {
"name" : "...",
"coordinate" : { },
"code" : "...",
"description" : "...",
"url" : "...",
"priority" : "PREFERRED",
"timezone" : {
"rawOffset" : 12345,
"DSTSavings" : 12345,
"availableIDs" : [ "...", "..." ],
"default" : { },
"displayName" : "...",
"ID" : "..."
},
"childStops" : [ {
"geometry" : { },
"parentStation" : { },
"platformCode" : "...",
"name" : "...",
"partOfStation" : true,
"lon" : 12345.0,
"firstZoneAsString" : "...",
"description" : "...",
"vehicleSubmode" : "...",
"fareZones" : [ { }, { } ],
"priority" : "DISCOURAGED",
"timeZone" : { },
"url" : "...",
"code" : "...",
"wheelchairBoarding" : "POSSIBLE",
"lat" : 12345.0,
"id" : { },
"coordinate" : { },
"vehicleType" : "FERRY"
}, {
"geometry" : { },
"parentStation" : { },
"platformCode" : "...",
"name" : "...",
"partOfStation" : true,
"lon" : 12345.0,
"firstZoneAsString" : "...",
"description" : "...",
"vehicleSubmode" : "...",
"fareZones" : [ { }, { } ],
"priority" : "PREFERRED",
"timeZone" : { },
"url" : "...",
"code" : "...",
"wheelchairBoarding" : "NOT_POSSIBLE",
"lat" : 12345.0,
"id" : { },
"coordinate" : { },
"vehicleType" : "MONORAIL"
} ],
"lat" : 12345.0,
"lon" : 12345.0,
"geometry" : {
"coordinate" : { },
"geometryType" : "...",
"dimension" : 12345,
"length" : 12345.0,
"coordinates" : [ { }, { } ],
"boundary" : { },
"empty" : true,
"area" : 12345.0,
"boundaryDimension" : 12345,
"numGeometries" : 12345,
"numPoints" : 12345,
"precisionModel" : { },
"interiorPoint" : { },
"rectangle" : true,
"envelopeInternal" : { },
"centroid" : { },
"factory" : { },
"SRID" : 12345,
"simple" : true,
"userData" : { },
"envelope" : { },
"valid" : true
},
"id" : {
"feedId" : "...",
"id" : "..."
}
},
"partOfStation" : true,
"id" : {
"feedId" : "...",
"id" : "..."
}
}