Location corresponding to a location where riders may request pickup or drop off, defined in the GTFS bundle.
| name | data type | constraints | description |
|---|---|---|---|
| name | string | Defines the name of the location. The name should be the same, which is used in customer communication, eg. the name of the village where the service stops. | |
| description | string | ||
| url | string | ||
| geometry | Geometry | Returns the geometry of this location, can be any type of geometry. | |
| coordinate | WgsCoordinate | Returns the centroid of this location. | |
| firstZoneAsString | string | This is to ensure backwards compatibility with the REST API, which expects the GTFS zone_id which only permits one zone per stop. | |
| partOfStation | boolean | required | |
Properties inherited from TransitEntity |
|||
| id | FeedScopedId | ||
Example
{
"name" : "...",
"description" : "...",
"url" : "...",
"geometry" : {
"length" : 12345.0,
"numGeometries" : 12345,
"precisionModel" : {
"scale" : 12345.0,
"floating" : true,
"maximumSignificantDigits" : 12345,
"type" : { },
"offsetX" : 12345.0,
"offsetY" : 12345.0
},
"interiorPoint" : {
"boundaryDimension" : 12345,
"x" : 12345.0,
"coordinates" : [ { }, { } ],
"coordinate" : { },
"simple" : true,
"numPoints" : 12345,
"dimension" : 12345,
"boundary" : { },
"geometryType" : "...",
"coordinateSequence" : { },
"empty" : true,
"y" : 12345.0,
"length" : 12345.0,
"numGeometries" : 12345,
"precisionModel" : { },
"interiorPoint" : { },
"rectangle" : true,
"area" : 12345.0,
"envelopeInternal" : { },
"centroid" : { },
"factory" : { },
"SRID" : 12345,
"userData" : { },
"envelope" : { },
"valid" : true
},
"rectangle" : true,
"area" : 12345.0,
"boundary" : { },
"boundaryDimension" : 12345,
"numPoints" : 12345,
"coordinates" : [ {
"x" : 12345.0,
"y" : 12345.0,
"z" : 12345.0,
"m" : 12345.0,
"valid" : true
}, {
"x" : 12345.0,
"y" : 12345.0,
"z" : 12345.0,
"m" : 12345.0,
"valid" : true
} ],
"dimension" : 12345,
"envelopeInternal" : {
"width" : 12345.0,
"null" : true,
"diameter" : 12345.0,
"area" : 12345.0,
"minY" : 12345.0,
"height" : 12345.0,
"maxX" : 12345.0,
"maxY" : 12345.0,
"minX" : 12345.0
},
"empty" : true,
"coordinate" : {
"x" : 12345.0,
"y" : 12345.0,
"z" : 12345.0,
"m" : 12345.0,
"valid" : true
},
"centroid" : {
"boundaryDimension" : 12345,
"x" : 12345.0,
"coordinates" : [ { }, { } ],
"coordinate" : { },
"simple" : true,
"numPoints" : 12345,
"dimension" : 12345,
"boundary" : { },
"geometryType" : "...",
"coordinateSequence" : { },
"empty" : true,
"y" : 12345.0,
"length" : 12345.0,
"numGeometries" : 12345,
"precisionModel" : { },
"interiorPoint" : { },
"rectangle" : true,
"area" : 12345.0,
"envelopeInternal" : { },
"centroid" : { },
"factory" : { },
"SRID" : 12345,
"userData" : { },
"envelope" : { },
"valid" : true
},
"factory" : {
"precisionModel" : { },
"SRID" : 12345,
"coordinateSequenceFactory" : { }
},
"SRID" : 12345,
"simple" : true,
"userData" : { },
"geometryType" : "...",
"envelope" : { },
"valid" : true
},
"coordinate" : { },
"firstZoneAsString" : "...",
"partOfStation" : true,
"id" : {
"feedId" : "...",
"id" : "..."
}
}