A graph is really just one or more indexes into a set of vertexes. It used to keep edgelists for each vertex, but those are in the vertex now.
name | data type | constraints | description |
---|---|---|---|
streetNotesService | StreetNotesService | ||
preferences | Preferences | ||
hasBikeSharing | boolean | required | |
hasParkRide | boolean | required | |
hasBikeRide | boolean | required | |
buildTime | number | ||
hasStreets | boolean | required | True if OSM data was loaded into this Graph. |
hasTransit | boolean | required | True if GTFS data was loaded into this Graph. |
hasDirectTransfers | boolean | required | True if direct single-edge transfers were generated between transit stops in this Graph. |
hasFrequencyService | boolean | required | True if frequency-based services exist in this Graph (GTFS frequencies with exact_times = 0). |
hasScheduledService | boolean | required | True if schedule-based services exist in this Graph (including GTFS frequencies with exact_times = 1). |
hasLinkedBikeParks | boolean | required | Have bike parks already been linked to the graph. As the linking happens twice if a base graph is used, we store information on whether bike park linking should be skipped. |
ellipsoidToGeoidDifference | number | The difference in meters between the WGS84 ellipsoid height and geoid height at the graph's center | |
stationById | map of Station | Parent stops | |
multiModalStationById | map of MultiModalStation | Optional level above parent stops (only supported in NeTEx) | |
groupOfStationsById | map of GroupOfStations | Optional grouping that can contain both stations and multimodal stations (only supported in NeTEx) | |
tripPatternForId | map of TripPattern | TripPatterns used to be reached through hop edges, but we're not creating on-board transit vertices/edges anymore. | |
interlinedTrips | map of Trip | Interlining relationships between trips. | |
transfersByStop | MultimapOfStopLocationAndPathTransfer | Pre-generated transfers between all stops. | |
locationsById | map of FlexStopLocation | ||
locationGroupsById | map of FlexLocationGroup | ||
flexTripsById | map of FlexTrip | ||
nextSplitNumber | number | required | Hack. I've tried three different ways of generating unique labels. Previously we were just tolerating edge label collisions. For some reason we're repeatedly generating splits on the same edge objects, despite a comment that said it was guaranteed there would only ever be one split per edge. This is going to fail as soon as we load a base OSM graph and build transit on top of it. |
dataOverlayParameterBindings | DataOverlayParameterBindings | DataOverlay Sandbox module parameter bindings configured in the build-config, and needed when creating the data overlay context when routing. | |
timetableSnapshot | TimetableSnapshot | ||
vertices | array of Vertex | Get all the vertices in the graph. | |
edges | array of Edge | Return all the edges in the graph. Derived from vertices on demand. | |
streetEdges | array of StreetEdge | Return only the StreetEdges in the graph. | |
transitLayer | TransitLayer | ||
realtimeTransitLayer | TransitLayer | ||
extent | Envelope | ||
transferService | TransferService | ||
bundle | GraphBundle | ||
transitModes | array of TransitMode | ||
calendarService | CalendarService | ||
calendarDataService | CalendarServiceData | ||
streetIndex | StreetVertexIndex | ||
linker | VertexLinker | ||
feedIds | array of string | ||
agencies | array of Agency | ||
timeZone | TimeZone | Returns the time zone for the first agency in this graph. This is used to interpret times in API requests. The JVM default time zone cannot be used because we support multiple graphs on one server via the routerId. Ideally we would want to interpret times in the time zone of the geographic location where the origin/destination vertex or board/alight event is located. This may become necessary when we start making graphs with long distance train, boat, or air services. | |
operators | array of Operator | ||
convexHull | Geometry | calculated convexHull; | |
envelope | WorldEnvelope | ||
center | Coordinate | ||
transitServiceStarts | number | required | |
transitServiceEnds | number | required | |
noticesByElement | MultimapOfTransitEntityAndNotice | ||
distanceBetweenElevationSamples | number | required | |
transitAlertService | TransitAlertService | ||
vehicleRentalStationService | VehicleRentalStationService | ||
vehicleParkingService | VehicleParkingService | ||
tripPatterns | array of TripPattern | ||
notices | array of Notice | ||
stations | array of Station | ||
serviceCodes | map of number | ||
drivingDirection | DrivingDirection | ||
intersectionTraversalModel | IntersectionTraversalCostModel | ||
allFlexStopsFlat | array of StopLocation | Gets all the flex stop locations, including the elements of FlexLocationGroups. |
Example
{ "streetNotesService" : { }, "preferences" : { "userNode" : true }, "hasBikeSharing" : true, "hasParkRide" : true, "hasBikeRide" : true, "buildTime" : 12345, "hasStreets" : true, "hasTransit" : true, "hasDirectTransfers" : true, "hasFrequencyService" : true, "hasScheduledService" : true, "hasLinkedBikeParks" : true, "ellipsoidToGeoidDifference" : 12345.0, "stationById" : { "property1" : { "name" : "...", "coordinate" : { }, "code" : "...", "description" : "...", "url" : "...", "priority" : "RECOMMENDED", "timezone" : { "rawOffset" : 12345, "DSTSavings" : 12345, "availableIDs" : [ "...", "..." ], "default" : { }, "displayName" : "...", "ID" : "..." }, "childStops" : [ { "geometry" : { }, "parentStation" : { }, "platformCode" : "...", "name" : "...", "partOfStation" : true, "lon" : 12345.0, "firstZoneAsString" : "...", "description" : "...", "vehicleSubmode" : "...", "fareZones" : [ { }, { } ], "priority" : "RECOMMENDED", "timeZone" : { }, "url" : "...", "code" : "...", "wheelchairBoarding" : "NO_INFORMATION", "lat" : 12345.0, "id" : { }, "coordinate" : { }, "vehicleType" : "AIRPLANE" }, { "geometry" : { }, "parentStation" : { }, "platformCode" : "...", "name" : "...", "partOfStation" : true, "lon" : 12345.0, "firstZoneAsString" : "...", "description" : "...", "vehicleSubmode" : "...", "fareZones" : [ { }, { } ], "priority" : "DISCOURAGED", "timeZone" : { }, "url" : "...", "code" : "...", "wheelchairBoarding" : "NOT_POSSIBLE", "lat" : 12345.0, "id" : { }, "coordinate" : { }, "vehicleType" : "COACH" } ], "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" : "..." } }, "property2" : { "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" : "PREFERRED", "timeZone" : { }, "url" : "...", "code" : "...", "wheelchairBoarding" : "NO_INFORMATION", "lat" : 12345.0, "id" : { }, "coordinate" : { }, "vehicleType" : "TROLLEYBUS" }, { "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" : "TRAM" } ], "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" : "..." } } }, "multiModalStationById" : { "property1" : { "name" : "...", "lat" : 12345.0, "lon" : 12345.0, "code" : "...", "description" : "...", "url" : "...", "childStops" : [ { "geometry" : { }, "parentStation" : { }, "platformCode" : "...", "name" : "...", "partOfStation" : true, "lon" : 12345.0, "firstZoneAsString" : "...", "description" : "...", "vehicleSubmode" : "...", "fareZones" : [ { }, { } ], "priority" : "ALLOWED", "timeZone" : { }, "url" : "...", "code" : "...", "wheelchairBoarding" : "NO_INFORMATION", "lat" : 12345.0, "id" : { }, "coordinate" : { }, "vehicleType" : "COACH" }, { "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" : "AIRPLANE" } ], "childStations" : [ { "name" : "...", "coordinate" : { }, "code" : "...", "description" : "...", "url" : "...", "priority" : "RECOMMENDED", "timezone" : { }, "childStops" : [ { }, { } ], "lat" : 12345.0, "lon" : 12345.0, "geometry" : { }, "id" : { } }, { "name" : "...", "coordinate" : { }, "code" : "...", "description" : "...", "url" : "...", "priority" : "DISCOURAGED", "timezone" : { }, "childStops" : [ { }, { } ], "lat" : 12345.0, "lon" : 12345.0, "geometry" : { }, "id" : { } } ], "id" : { "feedId" : "...", "id" : "..." } }, "property2" : { "name" : "...", "lat" : 12345.0, "lon" : 12345.0, "code" : "...", "description" : "...", "url" : "...", "childStops" : [ { "geometry" : { }, "parentStation" : { }, "platformCode" : "...", "name" : "...", "partOfStation" : true, "lon" : 12345.0, "firstZoneAsString" : "...", "description" : "...", "vehicleSubmode" : "...", "fareZones" : [ { }, { } ], "priority" : "RECOMMENDED", "timeZone" : { }, "url" : "...", "code" : "...", "wheelchairBoarding" : "POSSIBLE", "lat" : 12345.0, "id" : { }, "coordinate" : { }, "vehicleType" : "FUNICULAR" }, { "geometry" : { }, "parentStation" : { }, "platformCode" : "...", "name" : "...", "partOfStation" : true, "lon" : 12345.0, "firstZoneAsString" : "...", "description" : "...", "vehicleSubmode" : "...", "fareZones" : [ { }, { } ], "priority" : "RECOMMENDED", "timeZone" : { }, "url" : "...", "code" : "...", "wheelchairBoarding" : "NOT_POSSIBLE", "lat" : 12345.0, "id" : { }, "coordinate" : { }, "vehicleType" : "CABLE_CAR" } ], "childStations" : [ { "name" : "...", "coordinate" : { }, "code" : "...", "description" : "...", "url" : "...", "priority" : "ALLOWED", "timezone" : { }, "childStops" : [ { }, { } ], "lat" : 12345.0, "lon" : 12345.0, "geometry" : { }, "id" : { } }, { "name" : "...", "coordinate" : { }, "code" : "...", "description" : "...", "url" : "...", "priority" : "DISCOURAGED", "timezone" : { }, "childStops" : [ { }, { } ], "lat" : 12345.0, "lon" : 12345.0, "geometry" : { }, "id" : { } } ], "id" : { "feedId" : "...", "id" : "..." } } }, "groupOfStationsById" : { "property1" : { "name" : "...", "lat" : 12345.0, "lon" : 12345.0, "childStops" : [ { "geometry" : { }, "parentStation" : { }, "platformCode" : "...", "name" : "...", "partOfStation" : true, "lon" : 12345.0, "firstZoneAsString" : "...", "description" : "...", "vehicleSubmode" : "...", "fareZones" : [ { }, { } ], "priority" : "RECOMMENDED", "timeZone" : { }, "url" : "...", "code" : "...", "wheelchairBoarding" : "NO_INFORMATION", "lat" : 12345.0, "id" : { }, "coordinate" : { }, "vehicleType" : "BUS" }, { "geometry" : { }, "parentStation" : { }, "platformCode" : "...", "name" : "...", "partOfStation" : true, "lon" : 12345.0, "firstZoneAsString" : "...", "description" : "...", "vehicleSubmode" : "...", "fareZones" : [ { }, { } ], "priority" : "DISCOURAGED", "timeZone" : { }, "url" : "...", "code" : "...", "wheelchairBoarding" : "NOT_POSSIBLE", "lat" : 12345.0, "id" : { }, "coordinate" : { }, "vehicleType" : "COACH" } ], "childStations" : [ { "lon" : 12345.0, "childStops" : [ { }, { } ], "lat" : 12345.0, "id" : { } }, { "lon" : 12345.0, "childStops" : [ { }, { } ], "lat" : 12345.0, "id" : { } } ], "purposeOfGrouping" : "CLUSTER", "id" : { "feedId" : "...", "id" : "..." } }, "property2" : { "name" : "...", "lat" : 12345.0, "lon" : 12345.0, "childStops" : [ { "geometry" : { }, "parentStation" : { }, "platformCode" : "...", "name" : "...", "partOfStation" : true, "lon" : 12345.0, "firstZoneAsString" : "...", "description" : "...", "vehicleSubmode" : "...", "fareZones" : [ { }, { } ], "priority" : "RECOMMENDED", "timeZone" : { }, "url" : "...", "code" : "...", "wheelchairBoarding" : "NO_INFORMATION", "lat" : 12345.0, "id" : { }, "coordinate" : { }, "vehicleType" : "FUNICULAR" }, { "geometry" : { }, "parentStation" : { }, "platformCode" : "...", "name" : "...", "partOfStation" : true, "lon" : 12345.0, "firstZoneAsString" : "...", "description" : "...", "vehicleSubmode" : "...", "fareZones" : [ { }, { } ], "priority" : "DISCOURAGED", "timeZone" : { }, "url" : "...", "code" : "...", "wheelchairBoarding" : "NO_INFORMATION", "lat" : 12345.0, "id" : { }, "coordinate" : { }, "vehicleType" : "AIRPLANE" } ], "childStations" : [ { "lon" : 12345.0, "childStops" : [ { }, { } ], "lat" : 12345.0, "id" : { } }, { "lon" : 12345.0, "childStops" : [ { }, { } ], "lat" : 12345.0, "id" : { } } ], "purposeOfGrouping" : "GENERALIZATION", "id" : { "feedId" : "...", "id" : "..." } } }, "tripPatternForId" : { "property1" : { "name" : "...", "route" : { "branding" : { }, "agency" : { }, "operator" : { }, "shortName" : "...", "longName" : "...", "desc" : "...", "gtfsType" : 12345, "mode" : "AIRPLANE", "url" : "...", "color" : "...", "textColor" : "...", "bikesAllowed" : "NOT_ALLOWED", "sortOrderSet" : true, "sortOrder" : 12345, "flexibleLineType" : "...", "name" : "...", "netexSubmode" : "...", "id" : { } }, "mode" : "COACH", "netexSubmode" : "...", "geometry" : { "closed" : true, "endPoint" : { }, "dimension" : 12345, "empty" : true, "numPoints" : 12345, "geometryType" : "...", "coordinateSequence" : { }, "length" : 12345.0, "boundaryDimension" : 12345, "startPoint" : { }, "coordinates" : [ { }, { } ], "coordinate" : { }, "boundary" : { }, "ring" : true, "numGeometries" : 12345, "precisionModel" : { }, "interiorPoint" : { }, "rectangle" : true, "area" : 12345.0, "envelopeInternal" : { }, "centroid" : { }, "factory" : { }, "SRID" : 12345, "simple" : true, "userData" : { }, "envelope" : { }, "valid" : true }, "stops" : [ { "geometry" : { }, "parentStation" : { }, "platformCode" : "...", "name" : "...", "partOfStation" : true, "lon" : 12345.0, "firstZoneAsString" : "...", "description" : "...", "vehicleSubmode" : "...", "fareZones" : [ { }, { } ], "priority" : "ALLOWED", "timeZone" : { }, "url" : "...", "code" : "...", "wheelchairBoarding" : "NOT_POSSIBLE", "lat" : 12345.0, "id" : { }, "coordinate" : { }, "vehicleType" : "MONORAIL" }, { "geometry" : { }, "parentStation" : { }, "platformCode" : "...", "name" : "...", "partOfStation" : true, "lon" : 12345.0, "firstZoneAsString" : "...", "description" : "...", "vehicleSubmode" : "...", "fareZones" : [ { }, { } ], "priority" : "PREFERRED", "timeZone" : { }, "url" : "...", "code" : "...", "wheelchairBoarding" : "POSSIBLE", "lat" : 12345.0, "id" : { }, "coordinate" : { }, "vehicleType" : "SUBWAY" } ], "direction" : "INBOUND", "scheduledTimetable" : { "pattern" : { }, "tripTimes" : [ { }, { } ], "frequencyEntries" : [ { }, { } ], "serviceDate" : { }, "direction" : "UNKNOWN" }, "createdByRealtimeUpdater" : true, "services" : { "empty" : true }, "tripHeadsign" : "...", "feedId" : "...", "id" : { "feedId" : "...", "id" : "..." } }, "property2" : { "name" : "...", "route" : { "branding" : { }, "agency" : { }, "operator" : { }, "shortName" : "...", "longName" : "...", "desc" : "...", "gtfsType" : 12345, "mode" : "COACH", "url" : "...", "color" : "...", "textColor" : "...", "bikesAllowed" : "NOT_ALLOWED", "sortOrderSet" : true, "sortOrder" : 12345, "flexibleLineType" : "...", "name" : "...", "netexSubmode" : "...", "id" : { } }, "mode" : "MONORAIL", "netexSubmode" : "...", "geometry" : { "closed" : true, "endPoint" : { }, "dimension" : 12345, "empty" : true, "numPoints" : 12345, "geometryType" : "...", "coordinateSequence" : { }, "length" : 12345.0, "boundaryDimension" : 12345, "startPoint" : { }, "coordinates" : [ { }, { } ], "coordinate" : { }, "boundary" : { }, "ring" : true, "numGeometries" : 12345, "precisionModel" : { }, "interiorPoint" : { }, "rectangle" : true, "area" : 12345.0, "envelopeInternal" : { }, "centroid" : { }, "factory" : { }, "SRID" : 12345, "simple" : true, "userData" : { }, "envelope" : { }, "valid" : true }, "stops" : [ { "geometry" : { }, "parentStation" : { }, "platformCode" : "...", "name" : "...", "partOfStation" : true, "lon" : 12345.0, "firstZoneAsString" : "...", "description" : "...", "vehicleSubmode" : "...", "fareZones" : [ { }, { } ], "priority" : "DISCOURAGED", "timeZone" : { }, "url" : "...", "code" : "...", "wheelchairBoarding" : "NOT_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" : "NO_INFORMATION", "lat" : 12345.0, "id" : { }, "coordinate" : { }, "vehicleType" : "MONORAIL" } ], "direction" : "INBOUND", "scheduledTimetable" : { "pattern" : { }, "tripTimes" : [ { }, { } ], "frequencyEntries" : [ { }, { } ], "serviceDate" : { }, "direction" : "CLOCKWISE" }, "createdByRealtimeUpdater" : true, "services" : { "empty" : true }, "tripHeadsign" : "...", "feedId" : "...", "id" : { "feedId" : "...", "id" : "..." } } }, "interlinedTrips" : { "property1" : { "operator" : { "name" : "...", "url" : "...", "phone" : "...", "id" : { } }, "tripOperator" : { "name" : "...", "url" : "...", "phone" : "...", "id" : { } }, "route" : { "branding" : { }, "agency" : { }, "operator" : { }, "shortName" : "...", "longName" : "...", "desc" : "...", "gtfsType" : 12345, "mode" : "TRAM", "url" : "...", "color" : "...", "textColor" : "...", "bikesAllowed" : "NOT_ALLOWED", "sortOrderSet" : true, "sortOrder" : 12345, "flexibleLineType" : "...", "name" : "...", "netexSubmode" : "...", "id" : { } }, "serviceId" : { "feedId" : "...", "id" : "..." }, "mode" : "FUNICULAR", "netexSubmode" : "...", "tripShortName" : "...", "internalPlanningCode" : "...", "tripHeadsign" : "...", "routeShortName" : "...", "direction" : "CLOCKWISE", "blockId" : "...", "shapeId" : { "feedId" : "...", "id" : "..." }, "wheelchairAccessible" : 12345, "bikesAllowed" : "ALLOWED", "fareId" : "...", "tripAlteration" : "PLANNED", "id" : { "feedId" : "...", "id" : "..." } }, "property2" : { "operator" : { "name" : "...", "url" : "...", "phone" : "...", "id" : { } }, "tripOperator" : { "name" : "...", "url" : "...", "phone" : "...", "id" : { } }, "route" : { "branding" : { }, "agency" : { }, "operator" : { }, "shortName" : "...", "longName" : "...", "desc" : "...", "gtfsType" : 12345, "mode" : "FERRY", "url" : "...", "color" : "...", "textColor" : "...", "bikesAllowed" : "NOT_ALLOWED", "sortOrderSet" : true, "sortOrder" : 12345, "flexibleLineType" : "...", "name" : "...", "netexSubmode" : "...", "id" : { } }, "serviceId" : { "feedId" : "...", "id" : "..." }, "mode" : "CABLE_CAR", "netexSubmode" : "...", "tripShortName" : "...", "internalPlanningCode" : "...", "tripHeadsign" : "...", "routeShortName" : "...", "direction" : "INBOUND", "blockId" : "...", "shapeId" : { "feedId" : "...", "id" : "..." }, "wheelchairAccessible" : 12345, "bikesAllowed" : "UNKNOWN", "fareId" : "...", "tripAlteration" : "EXTRA_JOURNEY", "id" : { "feedId" : "...", "id" : "..." } } }, "transfersByStop" : { "empty" : true }, "locationsById" : { "property1" : { "name" : "...", "description" : "...", "url" : "...", "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 }, "coordinate" : { }, "firstZoneAsString" : "...", "partOfStation" : true, "id" : { "feedId" : "...", "id" : "..." } }, "property2" : { "name" : "...", "description" : "...", "url" : "...", "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 }, "coordinate" : { }, "firstZoneAsString" : "...", "partOfStation" : true, "id" : { "feedId" : "...", "id" : "..." } } }, "locationGroupsById" : { "property1" : { "name" : "...", "description" : "...", "url" : "...", "coordinate" : { }, "firstZoneAsString" : "...", "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 }, "partOfStation" : true, "locations" : [ { "geometry" : { }, "parentStation" : { }, "platformCode" : "...", "name" : "...", "partOfStation" : true, "lon" : 12345.0, "firstZoneAsString" : "...", "description" : "...", "vehicleSubmode" : "...", "fareZones" : [ { }, { } ], "priority" : "ALLOWED", "timeZone" : { }, "url" : "...", "code" : "...", "wheelchairBoarding" : "NO_INFORMATION", "lat" : 12345.0, "id" : { }, "coordinate" : { }, "vehicleType" : "FUNICULAR" }, { "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" : "SUBWAY" } ], "id" : { "feedId" : "...", "id" : "..." } }, "property2" : { "name" : "...", "description" : "...", "url" : "...", "coordinate" : { }, "firstZoneAsString" : "...", "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 }, "partOfStation" : true, "locations" : [ { "geometry" : { }, "parentStation" : { }, "platformCode" : "...", "name" : "...", "partOfStation" : true, "lon" : 12345.0, "firstZoneAsString" : "...", "description" : "...", "vehicleSubmode" : "...", "fareZones" : [ { }, { } ], "priority" : "DISCOURAGED", "timeZone" : { }, "url" : "...", "code" : "...", "wheelchairBoarding" : "NO_INFORMATION", "lat" : 12345.0, "id" : { }, "coordinate" : { }, "vehicleType" : "GONDOLA" }, { "geometry" : { }, "parentStation" : { }, "platformCode" : "...", "name" : "...", "partOfStation" : true, "lon" : 12345.0, "firstZoneAsString" : "...", "description" : "...", "vehicleSubmode" : "...", "fareZones" : [ { }, { } ], "priority" : "RECOMMENDED", "timeZone" : { }, "url" : "...", "code" : "...", "wheelchairBoarding" : "NO_INFORMATION", "lat" : 12345.0, "id" : { }, "coordinate" : { }, "vehicleType" : "MONORAIL" } ], "id" : { "feedId" : "...", "id" : "..." } } }, "flexTripsById" : { "property1" : { "stops" : [ { "geometry" : { }, "parentStation" : { }, "platformCode" : "...", "name" : "...", "partOfStation" : true, "lon" : 12345.0, "firstZoneAsString" : "...", "description" : "...", "vehicleSubmode" : "...", "fareZones" : [ { }, { } ], "priority" : "RECOMMENDED", "timeZone" : { }, "url" : "...", "code" : "...", "wheelchairBoarding" : "NO_INFORMATION", "lat" : 12345.0, "id" : { }, "coordinate" : { }, "vehicleType" : "SUBWAY" }, { "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" : "RAIL" } ], "trip" : { "operator" : { }, "tripOperator" : { }, "route" : { }, "serviceId" : { }, "mode" : "GONDOLA", "netexSubmode" : "...", "tripShortName" : "...", "internalPlanningCode" : "...", "tripHeadsign" : "...", "routeShortName" : "...", "direction" : "INBOUND", "blockId" : "...", "shapeId" : { }, "wheelchairAccessible" : 12345, "bikesAllowed" : "UNKNOWN", "fareId" : "...", "tripAlteration" : "REPLACED", "id" : { } }, "id" : { "feedId" : "...", "id" : "..." } }, "property2" : { "stops" : [ { "geometry" : { }, "parentStation" : { }, "platformCode" : "...", "name" : "...", "partOfStation" : true, "lon" : 12345.0, "firstZoneAsString" : "...", "description" : "...", "vehicleSubmode" : "...", "fareZones" : [ { }, { } ], "priority" : "ALLOWED", "timeZone" : { }, "url" : "...", "code" : "...", "wheelchairBoarding" : "NO_INFORMATION", "lat" : 12345.0, "id" : { }, "coordinate" : { }, "vehicleType" : "COACH" }, { "geometry" : { }, "parentStation" : { }, "platformCode" : "...", "name" : "...", "partOfStation" : true, "lon" : 12345.0, "firstZoneAsString" : "...", "description" : "...", "vehicleSubmode" : "...", "fareZones" : [ { }, { } ], "priority" : "ALLOWED", "timeZone" : { }, "url" : "...", "code" : "...", "wheelchairBoarding" : "NOT_POSSIBLE", "lat" : 12345.0, "id" : { }, "coordinate" : { }, "vehicleType" : "BUS" } ], "trip" : { "operator" : { }, "tripOperator" : { }, "route" : { }, "serviceId" : { }, "mode" : "SUBWAY", "netexSubmode" : "...", "tripShortName" : "...", "internalPlanningCode" : "...", "tripHeadsign" : "...", "routeShortName" : "...", "direction" : "OUTBOUND", "blockId" : "...", "shapeId" : { }, "wheelchairAccessible" : 12345, "bikesAllowed" : "ALLOWED", "fareId" : "...", "tripAlteration" : "REPLACED", "id" : { } }, "id" : { "feedId" : "...", "id" : "..." } } }, "nextSplitNumber" : 12345, "dataOverlayParameterBindings" : { }, "timetableSnapshot" : { "dirty" : true }, "vertices" : [ { "outgoing" : [ { "fromVertex" : { }, "toVertex" : { }, "partial" : true, "direction" : "...", "trip" : { }, "roundabout" : true, "defaultName" : "...", "name" : { }, "geometry" : { }, "distanceMeters" : 12345.0, "effectiveWalkDistance" : 12345.0, "distanceIndependentTime" : 12345 }, { "fromVertex" : { }, "toVertex" : { }, "partial" : true, "direction" : "...", "trip" : { }, "roundabout" : true, "defaultName" : "...", "name" : { }, "geometry" : { }, "distanceMeters" : 12345.0, "effectiveWalkDistance" : 12345.0, "distanceIndependentTime" : 12345 } ], "incoming" : [ { "fromVertex" : { }, "toVertex" : { }, "partial" : true, "direction" : "...", "trip" : { }, "roundabout" : true, "defaultName" : "...", "name" : { }, "geometry" : { }, "distanceMeters" : 12345.0, "effectiveWalkDistance" : 12345.0, "distanceIndependentTime" : 12345 }, { "fromVertex" : { }, "toVertex" : { }, "partial" : true, "direction" : "...", "trip" : { }, "roundabout" : true, "defaultName" : "...", "name" : { }, "geometry" : { }, "distanceMeters" : 12345.0, "effectiveWalkDistance" : 12345.0, "distanceIndependentTime" : 12345 } ], "degreeOut" : 12345, "degreeIn" : 12345, "x" : 12345.0, "y" : 12345.0, "lon" : 12345.0, "lat" : 12345.0, "name" : { }, "defaultName" : "...", "stationElement" : { "name" : "...", "code" : "...", "description" : "...", "coordinate" : { }, "wheelchairBoarding" : "NOT_POSSIBLE", "levelName" : "...", "levelIndex" : 12345.0, "parentStation" : { }, "partOfStation" : true, "id" : { } }, "label" : "...", "coordinate" : { "x" : 12345.0, "y" : 12345.0, "z" : 12345.0, "m" : 12345.0, "valid" : true }, "outgoingStreetEdges" : [ { "fromVertex" : { }, "toVertex" : { }, "partial" : true, "direction" : "...", "trip" : { }, "roundabout" : true, "defaultName" : "...", "name" : { }, "geometry" : { }, "distanceMeters" : 12345.0, "effectiveWalkDistance" : 12345.0, "distanceIndependentTime" : 12345 }, { "fromVertex" : { }, "toVertex" : { }, "partial" : true, "direction" : "...", "trip" : { }, "roundabout" : true, "defaultName" : "...", "name" : { }, "geometry" : { }, "distanceMeters" : 12345.0, "effectiveWalkDistance" : 12345.0, "distanceIndependentTime" : 12345 } ] }, { "outgoing" : [ { "fromVertex" : { }, "toVertex" : { }, "partial" : true, "direction" : "...", "trip" : { }, "roundabout" : true, "defaultName" : "...", "name" : { }, "geometry" : { }, "distanceMeters" : 12345.0, "effectiveWalkDistance" : 12345.0, "distanceIndependentTime" : 12345 }, { "fromVertex" : { }, "toVertex" : { }, "partial" : true, "direction" : "...", "trip" : { }, "roundabout" : true, "defaultName" : "...", "name" : { }, "geometry" : { }, "distanceMeters" : 12345.0, "effectiveWalkDistance" : 12345.0, "distanceIndependentTime" : 12345 } ], "incoming" : [ { "fromVertex" : { }, "toVertex" : { }, "partial" : true, "direction" : "...", "trip" : { }, "roundabout" : true, "defaultName" : "...", "name" : { }, "geometry" : { }, "distanceMeters" : 12345.0, "effectiveWalkDistance" : 12345.0, "distanceIndependentTime" : 12345 }, { "fromVertex" : { }, "toVertex" : { }, "partial" : true, "direction" : "...", "trip" : { }, "roundabout" : true, "defaultName" : "...", "name" : { }, "geometry" : { }, "distanceMeters" : 12345.0, "effectiveWalkDistance" : 12345.0, "distanceIndependentTime" : 12345 } ], "degreeOut" : 12345, "degreeIn" : 12345, "x" : 12345.0, "y" : 12345.0, "lon" : 12345.0, "lat" : 12345.0, "name" : { }, "defaultName" : "...", "stationElement" : { "name" : "...", "code" : "...", "description" : "...", "coordinate" : { }, "wheelchairBoarding" : "POSSIBLE", "levelName" : "...", "levelIndex" : 12345.0, "parentStation" : { }, "partOfStation" : true, "id" : { } }, "label" : "...", "coordinate" : { "x" : 12345.0, "y" : 12345.0, "z" : 12345.0, "m" : 12345.0, "valid" : true }, "outgoingStreetEdges" : [ { "fromVertex" : { }, "toVertex" : { }, "partial" : true, "direction" : "...", "trip" : { }, "roundabout" : true, "defaultName" : "...", "name" : { }, "geometry" : { }, "distanceMeters" : 12345.0, "effectiveWalkDistance" : 12345.0, "distanceIndependentTime" : 12345 }, { "fromVertex" : { }, "toVertex" : { }, "partial" : true, "direction" : "...", "trip" : { }, "roundabout" : true, "defaultName" : "...", "name" : { }, "geometry" : { }, "distanceMeters" : 12345.0, "effectiveWalkDistance" : 12345.0, "distanceIndependentTime" : 12345 } ] } ], "edges" : [ { "fromVertex" : { "outgoing" : [ { }, { } ], "incoming" : [ { }, { } ], "degreeOut" : 12345, "degreeIn" : 12345, "x" : 12345.0, "y" : 12345.0, "lon" : 12345.0, "lat" : 12345.0, "name" : { }, "defaultName" : "...", "stationElement" : { }, "label" : "...", "coordinate" : { }, "outgoingStreetEdges" : [ { }, { } ] }, "toVertex" : { "outgoing" : [ { }, { } ], "incoming" : [ { }, { } ], "degreeOut" : 12345, "degreeIn" : 12345, "x" : 12345.0, "y" : 12345.0, "lon" : 12345.0, "lat" : 12345.0, "name" : { }, "defaultName" : "...", "stationElement" : { }, "label" : "...", "coordinate" : { }, "outgoingStreetEdges" : [ { }, { } ] }, "partial" : true, "direction" : "...", "trip" : { "operator" : { }, "tripOperator" : { }, "route" : { }, "serviceId" : { }, "mode" : "TRAM", "netexSubmode" : "...", "tripShortName" : "...", "internalPlanningCode" : "...", "tripHeadsign" : "...", "routeShortName" : "...", "direction" : "UNKNOWN", "blockId" : "...", "shapeId" : { }, "wheelchairAccessible" : 12345, "bikesAllowed" : "UNKNOWN", "fareId" : "...", "tripAlteration" : "CANCELLATION", "id" : { } }, "roundabout" : true, "defaultName" : "...", "name" : { }, "geometry" : { "closed" : true, "endPoint" : { }, "dimension" : 12345, "empty" : true, "numPoints" : 12345, "geometryType" : "...", "coordinateSequence" : { }, "length" : 12345.0, "boundaryDimension" : 12345, "startPoint" : { }, "coordinates" : [ { }, { } ], "coordinate" : { }, "boundary" : { }, "ring" : true, "numGeometries" : 12345, "precisionModel" : { }, "interiorPoint" : { }, "rectangle" : true, "area" : 12345.0, "envelopeInternal" : { }, "centroid" : { }, "factory" : { }, "SRID" : 12345, "simple" : true, "userData" : { }, "envelope" : { }, "valid" : true }, "distanceMeters" : 12345.0, "effectiveWalkDistance" : 12345.0, "distanceIndependentTime" : 12345 }, { "fromVertex" : { "outgoing" : [ { }, { } ], "incoming" : [ { }, { } ], "degreeOut" : 12345, "degreeIn" : 12345, "x" : 12345.0, "y" : 12345.0, "lon" : 12345.0, "lat" : 12345.0, "name" : { }, "defaultName" : "...", "stationElement" : { }, "label" : "...", "coordinate" : { }, "outgoingStreetEdges" : [ { }, { } ] }, "toVertex" : { "outgoing" : [ { }, { } ], "incoming" : [ { }, { } ], "degreeOut" : 12345, "degreeIn" : 12345, "x" : 12345.0, "y" : 12345.0, "lon" : 12345.0, "lat" : 12345.0, "name" : { }, "defaultName" : "...", "stationElement" : { }, "label" : "...", "coordinate" : { }, "outgoingStreetEdges" : [ { }, { } ] }, "partial" : true, "direction" : "...", "trip" : { "operator" : { }, "tripOperator" : { }, "route" : { }, "serviceId" : { }, "mode" : "GONDOLA", "netexSubmode" : "...", "tripShortName" : "...", "internalPlanningCode" : "...", "tripHeadsign" : "...", "routeShortName" : "...", "direction" : "CLOCKWISE", "blockId" : "...", "shapeId" : { }, "wheelchairAccessible" : 12345, "bikesAllowed" : "NOT_ALLOWED", "fareId" : "...", "tripAlteration" : "REPLACED", "id" : { } }, "roundabout" : true, "defaultName" : "...", "name" : { }, "geometry" : { "closed" : true, "endPoint" : { }, "dimension" : 12345, "empty" : true, "numPoints" : 12345, "geometryType" : "...", "coordinateSequence" : { }, "length" : 12345.0, "boundaryDimension" : 12345, "startPoint" : { }, "coordinates" : [ { }, { } ], "coordinate" : { }, "boundary" : { }, "ring" : true, "numGeometries" : 12345, "precisionModel" : { }, "interiorPoint" : { }, "rectangle" : true, "area" : 12345.0, "envelopeInternal" : { }, "centroid" : { }, "factory" : { }, "SRID" : 12345, "simple" : true, "userData" : { }, "envelope" : { }, "valid" : true }, "distanceMeters" : 12345.0, "effectiveWalkDistance" : 12345.0, "distanceIndependentTime" : 12345 } ], "streetEdges" : [ { "wayId" : 12345, "elevationProfile" : { "dimension" : 12345 }, "elevationFlattened" : true, "maxSlope" : 12345.0, "distanceMeters" : 12345.0, "effectiveBikeDistance" : 12345.0, "effectiveBikeWorkCost" : 12345.0, "effectiveWalkDistance" : 12345.0, "bicycleSafetyFactor" : 12345.0, "name" : { }, "geometry" : { "closed" : true, "endPoint" : { }, "dimension" : 12345, "empty" : true, "numPoints" : 12345, "geometryType" : "...", "coordinateSequence" : { }, "length" : 12345.0, "boundaryDimension" : 12345, "startPoint" : { }, "coordinates" : [ { }, { } ], "coordinate" : { }, "boundary" : { }, "ring" : true, "numGeometries" : 12345, "precisionModel" : { }, "interiorPoint" : { }, "rectangle" : true, "area" : 12345.0, "envelopeInternal" : { }, "centroid" : { }, "factory" : { }, "SRID" : 12345, "simple" : true, "userData" : { }, "envelope" : { }, "valid" : true }, "wheelchairAccessible" : true, "permission" : "ALL", "streetClass" : 12345, "back" : true, "roundabout" : true, "walkNoThruTraffic" : true, "motorVehicleNoThruTraffic" : true, "bicycleNoThruTraffic" : true, "stairs" : true, "carSpeed" : 12345.0, "slopeOverride" : true, "inAngle" : 12345, "outAngle" : 12345, "turnRestrictions" : [ { "type" : "ONLY_TURN", "from" : { }, "to" : { }, "time" : { }, "modes" : { } }, { "type" : "ONLY_TURN", "from" : { }, "to" : { }, "time" : { }, "modes" : { } } ], "startOsmNodeId" : 12345, "endOsmNodeId" : 12345, "fromVertex" : { "outgoing" : [ { }, { } ], "incoming" : [ { }, { } ], "degreeOut" : 12345, "degreeIn" : 12345, "x" : 12345.0, "y" : 12345.0, "lon" : 12345.0, "lat" : 12345.0, "name" : { }, "defaultName" : "...", "stationElement" : { }, "label" : "...", "coordinate" : { }, "outgoingStreetEdges" : [ { }, { } ] }, "toVertex" : { "outgoing" : [ { }, { } ], "incoming" : [ { }, { } ], "degreeOut" : 12345, "degreeIn" : 12345, "x" : 12345.0, "y" : 12345.0, "lon" : 12345.0, "lat" : 12345.0, "name" : { }, "defaultName" : "...", "stationElement" : { }, "label" : "...", "coordinate" : { }, "outgoingStreetEdges" : [ { }, { } ] }, "partial" : true, "direction" : "...", "trip" : { "operator" : { }, "tripOperator" : { }, "route" : { }, "serviceId" : { }, "mode" : "CABLE_CAR", "netexSubmode" : "...", "tripShortName" : "...", "internalPlanningCode" : "...", "tripHeadsign" : "...", "routeShortName" : "...", "direction" : "CLOCKWISE", "blockId" : "...", "shapeId" : { }, "wheelchairAccessible" : 12345, "bikesAllowed" : "UNKNOWN", "fareId" : "...", "tripAlteration" : "EXTRA_JOURNEY", "id" : { } }, "defaultName" : "...", "distanceIndependentTime" : 12345 }, { "wayId" : 12345, "elevationProfile" : { "dimension" : 12345 }, "elevationFlattened" : true, "maxSlope" : 12345.0, "distanceMeters" : 12345.0, "effectiveBikeDistance" : 12345.0, "effectiveBikeWorkCost" : 12345.0, "effectiveWalkDistance" : 12345.0, "bicycleSafetyFactor" : 12345.0, "name" : { }, "geometry" : { "closed" : true, "endPoint" : { }, "dimension" : 12345, "empty" : true, "numPoints" : 12345, "geometryType" : "...", "coordinateSequence" : { }, "length" : 12345.0, "boundaryDimension" : 12345, "startPoint" : { }, "coordinates" : [ { }, { } ], "coordinate" : { }, "boundary" : { }, "ring" : true, "numGeometries" : 12345, "precisionModel" : { }, "interiorPoint" : { }, "rectangle" : true, "area" : 12345.0, "envelopeInternal" : { }, "centroid" : { }, "factory" : { }, "SRID" : 12345, "simple" : true, "userData" : { }, "envelope" : { }, "valid" : true }, "wheelchairAccessible" : true, "permission" : "PEDESTRIAN_AND_CAR", "streetClass" : 12345, "back" : true, "roundabout" : true, "walkNoThruTraffic" : true, "motorVehicleNoThruTraffic" : true, "bicycleNoThruTraffic" : true, "stairs" : true, "carSpeed" : 12345.0, "slopeOverride" : true, "inAngle" : 12345, "outAngle" : 12345, "turnRestrictions" : [ { "type" : "ONLY_TURN", "from" : { }, "to" : { }, "time" : { }, "modes" : { } }, { "type" : "ONLY_TURN", "from" : { }, "to" : { }, "time" : { }, "modes" : { } } ], "startOsmNodeId" : 12345, "endOsmNodeId" : 12345, "fromVertex" : { "outgoing" : [ { }, { } ], "incoming" : [ { }, { } ], "degreeOut" : 12345, "degreeIn" : 12345, "x" : 12345.0, "y" : 12345.0, "lon" : 12345.0, "lat" : 12345.0, "name" : { }, "defaultName" : "...", "stationElement" : { }, "label" : "...", "coordinate" : { }, "outgoingStreetEdges" : [ { }, { } ] }, "toVertex" : { "outgoing" : [ { }, { } ], "incoming" : [ { }, { } ], "degreeOut" : 12345, "degreeIn" : 12345, "x" : 12345.0, "y" : 12345.0, "lon" : 12345.0, "lat" : 12345.0, "name" : { }, "defaultName" : "...", "stationElement" : { }, "label" : "...", "coordinate" : { }, "outgoingStreetEdges" : [ { }, { } ] }, "partial" : true, "direction" : "...", "trip" : { "operator" : { }, "tripOperator" : { }, "route" : { }, "serviceId" : { }, "mode" : "AIRPLANE", "netexSubmode" : "...", "tripShortName" : "...", "internalPlanningCode" : "...", "tripHeadsign" : "...", "routeShortName" : "...", "direction" : "OUTBOUND", "blockId" : "...", "shapeId" : { }, "wheelchairAccessible" : 12345, "bikesAllowed" : "UNKNOWN", "fareId" : "...", "tripAlteration" : "EXTRA_JOURNEY", "id" : { } }, "defaultName" : "...", "distanceIndependentTime" : 12345 } ], "transitLayer" : { "stopIndex" : { "stopBoardAlightCosts" : [ 12345, 12345 ] }, "transitDataZoneId" : "...", "stopCount" : 12345, "transferService" : { }, "transferCache" : { "transferCache" : { } }, "tripPatternMapper" : { }, "transferIndexGenerator" : { } }, "realtimeTransitLayer" : { "stopIndex" : { "stopBoardAlightCosts" : [ 12345, 12345 ] }, "transitDataZoneId" : "...", "stopCount" : 12345, "transferService" : { }, "transferCache" : { "transferCache" : { } }, "tripPatternMapper" : { }, "transferIndexGenerator" : { } }, "extent" : { "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 }, "transferService" : { }, "bundle" : { "path" : { "parent" : "...", "canonicalFile" : { }, "absolute" : true, "file" : true, "totalSpace" : 12345, "usableSpace" : 12345, "freeSpace" : 12345, "absolutePath" : "...", "absoluteFile" : { }, "name" : "...", "parentFile" : { }, "path" : "...", "directory" : true, "hidden" : true, "canonicalPath" : "..." }, "graphPath" : { "parent" : "...", "canonicalFile" : { }, "absolute" : true, "file" : true, "totalSpace" : 12345, "usableSpace" : 12345, "freeSpace" : 12345, "absolutePath" : "...", "absoluteFile" : { }, "name" : "...", "parentFile" : { }, "path" : "...", "directory" : true, "hidden" : true, "canonicalPath" : "..." }, "extraClassPath" : { "parent" : "...", "canonicalFile" : { }, "absolute" : true, "file" : true, "totalSpace" : 12345, "usableSpace" : 12345, "freeSpace" : 12345, "absolutePath" : "...", "absoluteFile" : { }, "name" : "...", "parentFile" : { }, "path" : "...", "directory" : true, "hidden" : true, "canonicalPath" : "..." } }, "transitModes" : [ "AIRPLANE", "COACH" ], "calendarService" : { "serviceIds" : [ { "feedId" : "...", "id" : "..." }, { "feedId" : "...", "id" : "..." } ] }, "calendarDataService" : { "agencyIds" : [ { "feedId" : "...", "id" : "..." }, { "feedId" : "...", "id" : "..." } ], "serviceIds" : [ { "feedId" : "...", "id" : "..." }, { "feedId" : "...", "id" : "..." } ] }, "streetIndex" : { "vertexLinker" : { } }, "linker" : { }, "feedIds" : [ "...", "..." ], "agencies" : [ { "name" : "...", "url" : "...", "timezone" : "...", "lang" : "...", "phone" : "...", "fareUrl" : "...", "brandingUrl" : "...", "id" : { "feedId" : "...", "id" : "..." } }, { "name" : "...", "url" : "...", "timezone" : "...", "lang" : "...", "phone" : "...", "fareUrl" : "...", "brandingUrl" : "...", "id" : { "feedId" : "...", "id" : "..." } } ], "timeZone" : { "rawOffset" : 12345, "DSTSavings" : 12345, "availableIDs" : [ "...", "..." ], "default" : { }, "displayName" : "...", "ID" : "..." }, "operators" : [ { "name" : "...", "url" : "...", "phone" : "...", "id" : { "feedId" : "...", "id" : "..." } }, { "name" : "...", "url" : "...", "phone" : "...", "id" : { "feedId" : "...", "id" : "..." } } ], "convexHull" : { "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 }, "envelope" : { "lowerLeftLongitude" : 12345.0, "lowerLeftLatitude" : 12345.0, "upperRightLongitude" : 12345.0, "upperRightLatitude" : 12345.0 }, "center" : { "x" : 12345.0, "y" : 12345.0, "z" : 12345.0, "m" : 12345.0, "valid" : true }, "transitServiceStarts" : 12345, "transitServiceEnds" : 12345, "noticesByElement" : { "empty" : true }, "distanceBetweenElevationSamples" : 12345.0, "transitAlertService" : { "allAlerts" : [ { "alertHeaderText" : { }, "alertDescriptionText" : { }, "alertDetailText" : { }, "alertAdviceText" : { }, "alertUrl" : { }, "alertType" : "...", "severity" : "WARNING", "cause" : "ACCIDENT", "effect" : "UNKNOWN_EFFECT", "priority" : 12345, "id" : "...", "alertUrlList" : [ { }, { } ], "entities" : [ { }, { } ], "stopConditions" : [ "REQUEST_STOP", "START_POINT" ], "feedId" : "...", "effectiveStartDate" : 12345, "effectiveEndDate" : 12345 }, { "alertHeaderText" : { }, "alertDescriptionText" : { }, "alertDetailText" : { }, "alertAdviceText" : { }, "alertUrl" : { }, "alertType" : "...", "severity" : "VERY_SLIGHT", "cause" : "MAINTENANCE", "effect" : "SIGNIFICANT_DELAYS", "priority" : 12345, "id" : "...", "alertUrlList" : [ { }, { } ], "entities" : [ { }, { } ], "stopConditions" : [ "START_POINT", "STOP" ], "feedId" : "...", "effectiveStartDate" : 12345, "effectiveEndDate" : 12345 } ] }, "vehicleRentalStationService" : { "vehicleRentalPlaces" : [ { "spacesAvailable" : 12345, "longitude" : 12345.0, "keepingVehicleRentalAtDestinationAllowed" : true, "rentalUris" : { }, "allowPickup" : true, "capacity" : 12345, "vehiclesAvailable" : 12345, "id" : { }, "allowDropoff" : true, "floatingVehicle" : true, "allowOverloading" : true, "network" : "...", "stationId" : "...", "name" : { }, "carStation" : true, "realTimeData" : true, "latitude" : 12345.0 }, { "spacesAvailable" : 12345, "longitude" : 12345.0, "keepingVehicleRentalAtDestinationAllowed" : true, "rentalUris" : { }, "allowPickup" : true, "capacity" : 12345, "vehiclesAvailable" : 12345, "id" : { }, "allowDropoff" : true, "floatingVehicle" : true, "allowOverloading" : true, "network" : "...", "stationId" : "...", "name" : { }, "carStation" : true, "realTimeData" : true, "latitude" : 12345.0 } ], "vehicleRentalVehicles" : [ { "id" : { }, "name" : { }, "longitude" : 12345.0, "latitude" : 12345.0, "system" : { }, "vehicleType" : { }, "rentalUris" : { }, "isReserved" : true, "isDisabled" : true, "lastReported" : "...", "currentRangeMeters" : 12345.0, "station" : { }, "pricingPlanId" : "...", "stationId" : "...", "network" : "...", "vehiclesAvailable" : 12345, "spacesAvailable" : 12345, "capacity" : 12345, "allowDropoff" : true, "allowOverloading" : true, "allowPickup" : true, "floatingVehicle" : true, "carStation" : true, "keepingVehicleRentalAtDestinationAllowed" : true, "realTimeData" : true }, { "id" : { }, "name" : { }, "longitude" : 12345.0, "latitude" : 12345.0, "system" : { }, "vehicleType" : { }, "rentalUris" : { }, "isReserved" : true, "isDisabled" : true, "lastReported" : "...", "currentRangeMeters" : 12345.0, "station" : { }, "pricingPlanId" : "...", "stationId" : "...", "network" : "...", "vehiclesAvailable" : 12345, "spacesAvailable" : 12345, "capacity" : 12345, "allowDropoff" : true, "allowOverloading" : true, "allowPickup" : true, "floatingVehicle" : true, "carStation" : true, "keepingVehicleRentalAtDestinationAllowed" : true, "realTimeData" : true } ], "vehicleRentalStations" : [ { "id" : { }, "name" : { }, "shortName" : "...", "longitude" : 12345.0, "latitude" : 12345.0, "address" : "...", "crossStreet" : "...", "regionId" : "...", "postCode" : "...", "rentalMethods" : [ "...", "..." ], "isVirtualStation" : true, "stationArea" : { }, "capacity" : 12345, "vehicleTypeAreaCapacity" : { "property1" : 12345, "property2" : 12345 }, "vehicleTypeDockCapacity" : { "property1" : 12345, "property2" : 12345 }, "isValetStation" : true, "system" : { }, "rentalUris" : { }, "vehiclesAvailable" : 12345, "vehiclesDisabled" : 12345, "vehicleTypesAvailable" : { "property1" : 12345, "property2" : 12345 }, "spacesAvailable" : 12345, "spacesDisabled" : 12345, "vehicleSpacesAvailable" : { "property1" : 12345, "property2" : 12345 }, "isInstalled" : true, "isRenting" : true, "isReturning" : true, "lastReported" : "...", "allowOverloading" : true, "isKeepingVehicleRentalAtDestinationAllowed" : true, "realTimeData" : true, "stationId" : "...", "network" : "...", "allowDropoff" : true, "allowPickup" : true, "floatingVehicle" : true, "carStation" : true, "keepingVehicleRentalAtDestinationAllowed" : true }, { "id" : { }, "name" : { }, "shortName" : "...", "longitude" : 12345.0, "latitude" : 12345.0, "address" : "...", "crossStreet" : "...", "regionId" : "...", "postCode" : "...", "rentalMethods" : [ "...", "..." ], "isVirtualStation" : true, "stationArea" : { }, "capacity" : 12345, "vehicleTypeAreaCapacity" : { "property1" : 12345, "property2" : 12345 }, "vehicleTypeDockCapacity" : { "property1" : 12345, "property2" : 12345 }, "isValetStation" : true, "system" : { }, "rentalUris" : { }, "vehiclesAvailable" : 12345, "vehiclesDisabled" : 12345, "vehicleTypesAvailable" : { "property1" : 12345, "property2" : 12345 }, "spacesAvailable" : 12345, "spacesDisabled" : 12345, "vehicleSpacesAvailable" : { "property1" : 12345, "property2" : 12345 }, "isInstalled" : true, "isRenting" : true, "isReturning" : true, "lastReported" : "...", "allowOverloading" : true, "isKeepingVehicleRentalAtDestinationAllowed" : true, "realTimeData" : true, "stationId" : "...", "network" : "...", "allowDropoff" : true, "allowPickup" : true, "floatingVehicle" : true, "carStation" : true, "keepingVehicleRentalAtDestinationAllowed" : true } ] }, "vehicleParkingService" : { "bikeParks" : [ { "id" : { }, "name" : { }, "x" : 12345.0, "y" : 12345.0, "detailsUrl" : "...", "imageUrl" : "...", "tags" : [ "...", "..." ], "note" : { }, "state" : "CLOSED", "capacity" : { }, "availability" : { }, "entrances" : [ { }, { } ] }, { "id" : { }, "name" : { }, "x" : 12345.0, "y" : 12345.0, "detailsUrl" : "...", "imageUrl" : "...", "tags" : [ "...", "..." ], "note" : { }, "state" : "OPERATIONAL", "capacity" : { }, "availability" : { }, "entrances" : [ { }, { } ] } ], "carParks" : [ { "id" : { }, "name" : { }, "x" : 12345.0, "y" : 12345.0, "detailsUrl" : "...", "imageUrl" : "...", "tags" : [ "...", "..." ], "note" : { }, "state" : "CLOSED", "capacity" : { }, "availability" : { }, "entrances" : [ { }, { } ] }, { "id" : { }, "name" : { }, "x" : 12345.0, "y" : 12345.0, "detailsUrl" : "...", "imageUrl" : "...", "tags" : [ "...", "..." ], "note" : { }, "state" : "OPERATIONAL", "capacity" : { }, "availability" : { }, "entrances" : [ { }, { } ] } ], "vehicleParkings" : [ { "id" : { }, "name" : { }, "x" : 12345.0, "y" : 12345.0, "detailsUrl" : "...", "imageUrl" : "...", "tags" : [ "...", "..." ], "note" : { }, "state" : "TEMPORARILY_CLOSED", "capacity" : { }, "availability" : { }, "entrances" : [ { }, { } ] }, { "id" : { }, "name" : { }, "x" : 12345.0, "y" : 12345.0, "detailsUrl" : "...", "imageUrl" : "...", "tags" : [ "...", "..." ], "note" : { }, "state" : "OPERATIONAL", "capacity" : { }, "availability" : { }, "entrances" : [ { }, { } ] } ] }, "tripPatterns" : [ { "name" : "...", "route" : { "branding" : { }, "agency" : { }, "operator" : { }, "shortName" : "...", "longName" : "...", "desc" : "...", "gtfsType" : 12345, "mode" : "COACH", "url" : "...", "color" : "...", "textColor" : "...", "bikesAllowed" : "ALLOWED", "sortOrderSet" : true, "sortOrder" : 12345, "flexibleLineType" : "...", "name" : "...", "netexSubmode" : "...", "id" : { } }, "mode" : "RAIL", "netexSubmode" : "...", "geometry" : { "closed" : true, "endPoint" : { }, "dimension" : 12345, "empty" : true, "numPoints" : 12345, "geometryType" : "...", "coordinateSequence" : { }, "length" : 12345.0, "boundaryDimension" : 12345, "startPoint" : { }, "coordinates" : [ { }, { } ], "coordinate" : { }, "boundary" : { }, "ring" : true, "numGeometries" : 12345, "precisionModel" : { }, "interiorPoint" : { }, "rectangle" : true, "area" : 12345.0, "envelopeInternal" : { }, "centroid" : { }, "factory" : { }, "SRID" : 12345, "simple" : true, "userData" : { }, "envelope" : { }, "valid" : true }, "stops" : [ { "geometry" : { }, "parentStation" : { }, "platformCode" : "...", "name" : "...", "partOfStation" : true, "lon" : 12345.0, "firstZoneAsString" : "...", "description" : "...", "vehicleSubmode" : "...", "fareZones" : [ { }, { } ], "priority" : "PREFERRED", "timeZone" : { }, "url" : "...", "code" : "...", "wheelchairBoarding" : "POSSIBLE", "lat" : 12345.0, "id" : { }, "coordinate" : { }, "vehicleType" : "RAIL" }, { "geometry" : { }, "parentStation" : { }, "platformCode" : "...", "name" : "...", "partOfStation" : true, "lon" : 12345.0, "firstZoneAsString" : "...", "description" : "...", "vehicleSubmode" : "...", "fareZones" : [ { }, { } ], "priority" : "ALLOWED", "timeZone" : { }, "url" : "...", "code" : "...", "wheelchairBoarding" : "NO_INFORMATION", "lat" : 12345.0, "id" : { }, "coordinate" : { }, "vehicleType" : "MONORAIL" } ], "direction" : "INBOUND", "scheduledTimetable" : { "pattern" : { }, "tripTimes" : [ { }, { } ], "frequencyEntries" : [ { }, { } ], "serviceDate" : { }, "direction" : "UNKNOWN" }, "createdByRealtimeUpdater" : true, "services" : { "empty" : true }, "tripHeadsign" : "...", "feedId" : "...", "id" : { "feedId" : "...", "id" : "..." } }, { "name" : "...", "route" : { "branding" : { }, "agency" : { }, "operator" : { }, "shortName" : "...", "longName" : "...", "desc" : "...", "gtfsType" : 12345, "mode" : "GONDOLA", "url" : "...", "color" : "...", "textColor" : "...", "bikesAllowed" : "NOT_ALLOWED", "sortOrderSet" : true, "sortOrder" : 12345, "flexibleLineType" : "...", "name" : "...", "netexSubmode" : "...", "id" : { } }, "mode" : "TROLLEYBUS", "netexSubmode" : "...", "geometry" : { "closed" : true, "endPoint" : { }, "dimension" : 12345, "empty" : true, "numPoints" : 12345, "geometryType" : "...", "coordinateSequence" : { }, "length" : 12345.0, "boundaryDimension" : 12345, "startPoint" : { }, "coordinates" : [ { }, { } ], "coordinate" : { }, "boundary" : { }, "ring" : true, "numGeometries" : 12345, "precisionModel" : { }, "interiorPoint" : { }, "rectangle" : true, "area" : 12345.0, "envelopeInternal" : { }, "centroid" : { }, "factory" : { }, "SRID" : 12345, "simple" : true, "userData" : { }, "envelope" : { }, "valid" : true }, "stops" : [ { "geometry" : { }, "parentStation" : { }, "platformCode" : "...", "name" : "...", "partOfStation" : true, "lon" : 12345.0, "firstZoneAsString" : "...", "description" : "...", "vehicleSubmode" : "...", "fareZones" : [ { }, { } ], "priority" : "ALLOWED", "timeZone" : { }, "url" : "...", "code" : "...", "wheelchairBoarding" : "NO_INFORMATION", "lat" : 12345.0, "id" : { }, "coordinate" : { }, "vehicleType" : "SUBWAY" }, { "geometry" : { }, "parentStation" : { }, "platformCode" : "...", "name" : "...", "partOfStation" : true, "lon" : 12345.0, "firstZoneAsString" : "...", "description" : "...", "vehicleSubmode" : "...", "fareZones" : [ { }, { } ], "priority" : "PREFERRED", "timeZone" : { }, "url" : "...", "code" : "...", "wheelchairBoarding" : "POSSIBLE", "lat" : 12345.0, "id" : { }, "coordinate" : { }, "vehicleType" : "TRAM" } ], "direction" : "UNKNOWN", "scheduledTimetable" : { "pattern" : { }, "tripTimes" : [ { }, { } ], "frequencyEntries" : [ { }, { } ], "serviceDate" : { }, "direction" : "INBOUND" }, "createdByRealtimeUpdater" : true, "services" : { "empty" : true }, "tripHeadsign" : "...", "feedId" : "...", "id" : { "feedId" : "...", "id" : "..." } } ], "notices" : [ { "text" : "...", "publicCode" : "...", "id" : { "feedId" : "...", "id" : "..." } }, { "text" : "...", "publicCode" : "...", "id" : { "feedId" : "...", "id" : "..." } } ], "stations" : [ { "name" : "...", "coordinate" : { }, "code" : "...", "description" : "...", "url" : "...", "priority" : "ALLOWED", "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" : "NO_INFORMATION", "lat" : 12345.0, "id" : { }, "coordinate" : { }, "vehicleType" : "SUBWAY" }, { "geometry" : { }, "parentStation" : { }, "platformCode" : "...", "name" : "...", "partOfStation" : true, "lon" : 12345.0, "firstZoneAsString" : "...", "description" : "...", "vehicleSubmode" : "...", "fareZones" : [ { }, { } ], "priority" : "ALLOWED", "timeZone" : { }, "url" : "...", "code" : "...", "wheelchairBoarding" : "POSSIBLE", "lat" : 12345.0, "id" : { }, "coordinate" : { }, "vehicleType" : "RAIL" } ], "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" : "..." } }, { "name" : "...", "coordinate" : { }, "code" : "...", "description" : "...", "url" : "...", "priority" : "RECOMMENDED", "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" : "SUBWAY" }, { "geometry" : { }, "parentStation" : { }, "platformCode" : "...", "name" : "...", "partOfStation" : true, "lon" : 12345.0, "firstZoneAsString" : "...", "description" : "...", "vehicleSubmode" : "...", "fareZones" : [ { }, { } ], "priority" : "ALLOWED", "timeZone" : { }, "url" : "...", "code" : "...", "wheelchairBoarding" : "POSSIBLE", "lat" : 12345.0, "id" : { }, "coordinate" : { }, "vehicleType" : "BUS" } ], "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" : "..." } } ], "serviceCodes" : { "property1" : 12345, "property2" : 12345 }, "drivingDirection" : "LEFT_HAND_TRAFFIC", "intersectionTraversalModel" : { }, "allFlexStopsFlat" : [ { "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 }, "parentStation" : { "name" : "...", "coordinate" : { }, "code" : "...", "description" : "...", "url" : "...", "priority" : "DISCOURAGED", "timezone" : { }, "childStops" : [ { }, { } ], "lat" : 12345.0, "lon" : 12345.0, "geometry" : { }, "id" : { } }, "platformCode" : "...", "name" : "...", "partOfStation" : true, "lon" : 12345.0, "firstZoneAsString" : "...", "description" : "...", "vehicleSubmode" : "...", "fareZones" : [ { "name" : "...", "id" : { } }, { "name" : "...", "id" : { } } ], "priority" : "PREFERRED", "timeZone" : { "rawOffset" : 12345, "DSTSavings" : 12345, "availableIDs" : [ "...", "..." ], "default" : { }, "displayName" : "...", "ID" : "..." }, "url" : "...", "code" : "...", "wheelchairBoarding" : "NOT_POSSIBLE", "lat" : 12345.0, "id" : { "feedId" : "...", "id" : "..." }, "coordinate" : { }, "vehicleType" : "GONDOLA" }, { "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 }, "parentStation" : { "name" : "...", "coordinate" : { }, "code" : "...", "description" : "...", "url" : "...", "priority" : "DISCOURAGED", "timezone" : { }, "childStops" : [ { }, { } ], "lat" : 12345.0, "lon" : 12345.0, "geometry" : { }, "id" : { } }, "platformCode" : "...", "name" : "...", "partOfStation" : true, "lon" : 12345.0, "firstZoneAsString" : "...", "description" : "...", "vehicleSubmode" : "...", "fareZones" : [ { "name" : "...", "id" : { } }, { "name" : "...", "id" : { } } ], "priority" : "ALLOWED", "timeZone" : { "rawOffset" : 12345, "DSTSavings" : 12345, "availableIDs" : [ "...", "..." ], "default" : { }, "displayName" : "...", "ID" : "..." }, "url" : "...", "code" : "...", "wheelchairBoarding" : "NOT_POSSIBLE", "lat" : 12345.0, "id" : { "feedId" : "...", "id" : "..." }, "coordinate" : { }, "vehicleType" : "FUNICULAR" } ] }