This is the standard implementation of an edge with fixed from and to Vertex instances; all standard OTP edges are subclasses of this.
| name | data type | constraints | description |
|---|---|---|---|
| s1 | StopLocation | ||
| s2 | StopLocation | ||
| flexTemplate | FlexAccessEgressTemplate | ||
| flexPath | FlexPath | ||
| timeInSeconds | number | required | |
| name | I18NString | Returns the name of the edge | |
| geometry | LineString | ||
| distanceMeters | number | required | |
| flexTrip | FlexTrip | ||
Properties inherited from Edge |
|||
| fromVertex | Vertex | ||
| toVertex | Vertex | ||
| roundabout | boolean | required | Edges are not roundabouts by default. |
| defaultName | string | Returns the default name of the edge | |
| name | I18NString | Returns the name of the edge | |
| geometry | LineString | ||
| distanceMeters | number | required | |
| effectiveWalkDistance | number | required | The distance to walk adjusted for elevation and obstacles. This is used together with the
walking speed to find the actual walking transfer time. This plus is used to calculate the actual-transfer-time given a walking
speed.
Unit: meters. Default: 0. |
| distanceIndependentTime | number | required | This is the transfer time(duration) spent NOT moving like time in in elevators, escalators and
waiting on read light when crossing a street. This is used together with to calculate the actual-transfer-time.
Unit: seconds. Default: 0. |
Example
{
"s1" : {
"id" : {
"feedId" : "...",
"id" : "..."
},
"geometry" : {
"envelope" : { },
"length" : 12345.0,
"geometryType" : "...",
"boundary" : { },
"rectangle" : true,
"centroid" : { },
"simple" : true,
"interiorPoint" : { },
"factory" : { },
"valid" : true,
"coordinate" : { },
"precisionModel" : { },
"envelopeInternal" : { },
"boundaryDimension" : 12345,
"dimension" : 12345,
"area" : 12345.0,
"empty" : true,
"userData" : { },
"numGeometries" : 12345,
"numPoints" : 12345,
"SRID" : 12345,
"coordinates" : [ { }, { } ]
},
"lon" : 12345.0,
"parentStation" : {
"name" : { },
"childStops" : [ { }, { } ],
"lat" : 12345.0,
"lon" : 12345.0,
"coordinate" : { },
"code" : "...",
"description" : { },
"url" : { },
"priority" : "DISCOURAGED",
"timezone" : "...",
"transfersNotAllowed" : true,
"geometry" : { },
"id" : { }
},
"netexVehicleSubmode" : { },
"wheelchairAccessibility" : "NOT_POSSIBLE",
"stationOrStopId" : {
"feedId" : "...",
"id" : "..."
},
"code" : "...",
"timeZone" : "...",
"lat" : 12345.0,
"platformCode" : "...",
"fareZones" : [ {
"name" : "...",
"id" : { }
}, {
"name" : "...",
"id" : { }
} ],
"index" : 12345,
"description" : { },
"gtfsVehicleType" : "FERRY",
"name" : { },
"partOfStation" : true,
"coordinate" : { },
"url" : { },
"priority" : "PREFERRED",
"firstZoneAsString" : "..."
},
"s2" : {
"id" : {
"feedId" : "...",
"id" : "..."
},
"geometry" : {
"envelope" : { },
"length" : 12345.0,
"geometryType" : "...",
"boundary" : { },
"rectangle" : true,
"centroid" : { },
"simple" : true,
"interiorPoint" : { },
"factory" : { },
"valid" : true,
"coordinate" : { },
"precisionModel" : { },
"envelopeInternal" : { },
"boundaryDimension" : 12345,
"dimension" : 12345,
"area" : 12345.0,
"empty" : true,
"userData" : { },
"numGeometries" : 12345,
"numPoints" : 12345,
"SRID" : 12345,
"coordinates" : [ { }, { } ]
},
"lon" : 12345.0,
"parentStation" : {
"name" : { },
"childStops" : [ { }, { } ],
"lat" : 12345.0,
"lon" : 12345.0,
"coordinate" : { },
"code" : "...",
"description" : { },
"url" : { },
"priority" : "PREFERRED",
"timezone" : "...",
"transfersNotAllowed" : true,
"geometry" : { },
"id" : { }
},
"netexVehicleSubmode" : { },
"wheelchairAccessibility" : "NOT_POSSIBLE",
"stationOrStopId" : {
"feedId" : "...",
"id" : "..."
},
"code" : "...",
"timeZone" : "...",
"lat" : 12345.0,
"platformCode" : "...",
"fareZones" : [ {
"name" : "...",
"id" : { }
}, {
"name" : "...",
"id" : { }
} ],
"index" : 12345,
"description" : { },
"gtfsVehicleType" : "BUS",
"name" : { },
"partOfStation" : true,
"coordinate" : { },
"url" : { },
"priority" : "PREFERRED",
"firstZoneAsString" : "..."
},
"flexTemplate" : {
"fromStopIndex" : 12345,
"toStopIndex" : 12345,
"serviceDate" : "...",
"transferStop" : {
"id" : { },
"geometry" : { },
"lon" : 12345.0,
"parentStation" : { },
"netexVehicleSubmode" : { },
"wheelchairAccessibility" : "POSSIBLE",
"stationOrStopId" : { },
"code" : "...",
"timeZone" : "...",
"lat" : 12345.0,
"platformCode" : "...",
"fareZones" : [ { }, { } ],
"index" : 12345,
"description" : { },
"gtfsVehicleType" : "BUS",
"name" : { },
"partOfStation" : true,
"coordinate" : { },
"url" : { },
"priority" : "DISCOURAGED",
"firstZoneAsString" : "..."
},
"accessEgressStop" : {
"id" : { },
"geometry" : { },
"lon" : 12345.0,
"parentStation" : { },
"netexVehicleSubmode" : { },
"wheelchairAccessibility" : "NO_INFORMATION",
"stationOrStopId" : { },
"code" : "...",
"timeZone" : "...",
"lat" : 12345.0,
"platformCode" : "...",
"fareZones" : [ { }, { } ],
"index" : 12345,
"description" : { },
"gtfsVehicleType" : "FUNICULAR",
"name" : { },
"partOfStation" : true,
"coordinate" : { },
"url" : { },
"priority" : "RECOMMENDED",
"firstZoneAsString" : "..."
},
"flexTrip" : {
"stops" : [ { }, { } ],
"trip" : { },
"id" : { }
}
},
"flexPath" : {
"distanceMeters" : 12345,
"durationSeconds" : 12345,
"geometry" : {
"coordinate" : { },
"boundary" : { },
"empty" : true,
"boundaryDimension" : 12345,
"coordinateSequence" : { },
"coordinates" : [ { }, { } ],
"ring" : true,
"length" : 12345.0,
"numPoints" : 12345,
"closed" : true,
"startPoint" : { },
"endPoint" : { },
"geometryType" : "...",
"dimension" : 12345,
"envelope" : { },
"rectangle" : true,
"centroid" : { },
"simple" : true,
"interiorPoint" : { },
"factory" : { },
"valid" : true,
"precisionModel" : { },
"envelopeInternal" : { },
"area" : 12345.0,
"userData" : { },
"numGeometries" : 12345,
"SRID" : 12345
}
},
"timeInSeconds" : 12345,
"name" : { },
"geometry" : {
"coordinate" : {
"y" : 12345.0,
"z" : 12345.0,
"x" : 12345.0,
"m" : 12345.0,
"valid" : true
},
"boundary" : {
"envelope" : { },
"length" : 12345.0,
"geometryType" : "...",
"boundary" : { },
"rectangle" : true,
"centroid" : { },
"simple" : true,
"interiorPoint" : { },
"factory" : { },
"valid" : true,
"coordinate" : { },
"precisionModel" : { },
"envelopeInternal" : { },
"boundaryDimension" : 12345,
"dimension" : 12345,
"area" : 12345.0,
"empty" : true,
"userData" : { },
"numGeometries" : 12345,
"numPoints" : 12345,
"SRID" : 12345,
"coordinates" : [ { }, { } ]
},
"empty" : true,
"boundaryDimension" : 12345,
"coordinateSequence" : {
"dimension" : 12345,
"measures" : 12345
},
"coordinates" : [ {
"y" : 12345.0,
"z" : 12345.0,
"x" : 12345.0,
"m" : 12345.0,
"valid" : true
}, {
"y" : 12345.0,
"z" : 12345.0,
"x" : 12345.0,
"m" : 12345.0,
"valid" : true
} ],
"ring" : true,
"length" : 12345.0,
"numPoints" : 12345,
"closed" : true,
"startPoint" : {
"simple" : true,
"x" : 12345.0,
"boundaryDimension" : 12345,
"coordinateSequence" : { },
"coordinate" : { },
"geometryType" : "...",
"y" : 12345.0,
"empty" : true,
"dimension" : 12345,
"coordinates" : [ { }, { } ],
"boundary" : { },
"numPoints" : 12345,
"envelope" : { },
"length" : 12345.0,
"rectangle" : true,
"centroid" : { },
"interiorPoint" : { },
"factory" : { },
"valid" : true,
"precisionModel" : { },
"envelopeInternal" : { },
"area" : 12345.0,
"userData" : { },
"numGeometries" : 12345,
"SRID" : 12345
},
"endPoint" : {
"simple" : true,
"x" : 12345.0,
"boundaryDimension" : 12345,
"coordinateSequence" : { },
"coordinate" : { },
"geometryType" : "...",
"y" : 12345.0,
"empty" : true,
"dimension" : 12345,
"coordinates" : [ { }, { } ],
"boundary" : { },
"numPoints" : 12345,
"envelope" : { },
"length" : 12345.0,
"rectangle" : true,
"centroid" : { },
"interiorPoint" : { },
"factory" : { },
"valid" : true,
"precisionModel" : { },
"envelopeInternal" : { },
"area" : 12345.0,
"userData" : { },
"numGeometries" : 12345,
"SRID" : 12345
},
"geometryType" : "...",
"dimension" : 12345,
"envelope" : {
"envelope" : { },
"length" : 12345.0,
"geometryType" : "...",
"boundary" : { },
"rectangle" : true,
"centroid" : { },
"simple" : true,
"interiorPoint" : { },
"factory" : { },
"valid" : true,
"coordinate" : { },
"precisionModel" : { },
"envelopeInternal" : { },
"boundaryDimension" : 12345,
"dimension" : 12345,
"area" : 12345.0,
"empty" : true,
"userData" : { },
"numGeometries" : 12345,
"numPoints" : 12345,
"SRID" : 12345,
"coordinates" : [ { }, { } ]
},
"rectangle" : true,
"centroid" : {
"simple" : true,
"x" : 12345.0,
"boundaryDimension" : 12345,
"coordinateSequence" : { },
"coordinate" : { },
"geometryType" : "...",
"y" : 12345.0,
"empty" : true,
"dimension" : 12345,
"coordinates" : [ { }, { } ],
"boundary" : { },
"numPoints" : 12345,
"envelope" : { },
"length" : 12345.0,
"rectangle" : true,
"centroid" : { },
"interiorPoint" : { },
"factory" : { },
"valid" : true,
"precisionModel" : { },
"envelopeInternal" : { },
"area" : 12345.0,
"userData" : { },
"numGeometries" : 12345,
"SRID" : 12345
},
"simple" : true,
"interiorPoint" : {
"simple" : true,
"x" : 12345.0,
"boundaryDimension" : 12345,
"coordinateSequence" : { },
"coordinate" : { },
"geometryType" : "...",
"y" : 12345.0,
"empty" : true,
"dimension" : 12345,
"coordinates" : [ { }, { } ],
"boundary" : { },
"numPoints" : 12345,
"envelope" : { },
"length" : 12345.0,
"rectangle" : true,
"centroid" : { },
"interiorPoint" : { },
"factory" : { },
"valid" : true,
"precisionModel" : { },
"envelopeInternal" : { },
"area" : 12345.0,
"userData" : { },
"numGeometries" : 12345,
"SRID" : 12345
},
"factory" : {
"precisionModel" : { },
"SRID" : 12345,
"coordinateSequenceFactory" : { }
},
"valid" : true,
"precisionModel" : {
"offsetX" : 12345.0,
"scale" : 12345.0,
"type" : { },
"floating" : true,
"offsetY" : 12345.0,
"maximumSignificantDigits" : 12345
},
"envelopeInternal" : {
"width" : 12345.0,
"area" : 12345.0,
"minX" : 12345.0,
"diameter" : 12345.0,
"null" : true,
"height" : 12345.0,
"maxX" : 12345.0,
"minY" : 12345.0,
"maxY" : 12345.0
},
"area" : 12345.0,
"userData" : { },
"numGeometries" : 12345,
"SRID" : 12345
},
"distanceMeters" : 12345.0,
"flexTrip" : {
"stops" : [ {
"id" : { },
"geometry" : { },
"lon" : 12345.0,
"parentStation" : { },
"netexVehicleSubmode" : { },
"wheelchairAccessibility" : "NO_INFORMATION",
"stationOrStopId" : { },
"code" : "...",
"timeZone" : "...",
"lat" : 12345.0,
"platformCode" : "...",
"fareZones" : [ { }, { } ],
"index" : 12345,
"description" : { },
"gtfsVehicleType" : "GONDOLA",
"name" : { },
"partOfStation" : true,
"coordinate" : { },
"url" : { },
"priority" : "PREFERRED",
"firstZoneAsString" : "..."
}, {
"id" : { },
"geometry" : { },
"lon" : 12345.0,
"parentStation" : { },
"netexVehicleSubmode" : { },
"wheelchairAccessibility" : "NOT_POSSIBLE",
"stationOrStopId" : { },
"code" : "...",
"timeZone" : "...",
"lat" : 12345.0,
"platformCode" : "...",
"fareZones" : [ { }, { } ],
"index" : 12345,
"description" : { },
"gtfsVehicleType" : "SUBWAY",
"name" : { },
"partOfStation" : true,
"coordinate" : { },
"url" : { },
"priority" : "ALLOWED",
"firstZoneAsString" : "..."
} ],
"trip" : {
"operator" : { },
"route" : { },
"serviceId" : { },
"shortName" : "...",
"mode" : "AIRPLANE",
"netexSubMode" : { },
"headsign" : { },
"shapeId" : { },
"direction" : "UNKNOWN",
"bikesAllowed" : "UNKNOWN",
"wheelchairBoarding" : "POSSIBLE",
"gtfsBlockId" : "...",
"gtfsFareId" : "...",
"netexInternalPlanningCode" : "...",
"netexAlteration" : "PLANNED",
"id" : { }
},
"id" : {
"feedId" : "...",
"id" : "..."
}
},
"fromVertex" : {
"outgoing" : [ {
"fromVertex" : { },
"toVertex" : { },
"roundabout" : true,
"defaultName" : "...",
"name" : { },
"geometry" : { },
"distanceMeters" : 12345.0,
"effectiveWalkDistance" : 12345.0,
"distanceIndependentTime" : 12345
}, {
"fromVertex" : { },
"toVertex" : { },
"roundabout" : true,
"defaultName" : "...",
"name" : { },
"geometry" : { },
"distanceMeters" : 12345.0,
"effectiveWalkDistance" : 12345.0,
"distanceIndependentTime" : 12345
} ],
"incoming" : [ {
"fromVertex" : { },
"toVertex" : { },
"roundabout" : true,
"defaultName" : "...",
"name" : { },
"geometry" : { },
"distanceMeters" : 12345.0,
"effectiveWalkDistance" : 12345.0,
"distanceIndependentTime" : 12345
}, {
"fromVertex" : { },
"toVertex" : { },
"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" : { },
"wheelchairAccessibility" : "NO_INFORMATION",
"levelName" : "...",
"levelIndex" : 12345.0,
"parentStation" : { },
"partOfStation" : true,
"id" : { }
},
"label" : "...",
"coordinate" : {
"y" : 12345.0,
"z" : 12345.0,
"x" : 12345.0,
"m" : 12345.0,
"valid" : true
},
"incomingStreetEdges" : [ {
"elevationProfile" : { },
"elevationFlattened" : true,
"maxSlope" : 12345.0,
"effectiveBikeDistance" : 12345.0,
"effectiveBikeDistanceForWorkCost" : 12345.0,
"bicycleSafetyFactor" : 12345.0,
"effectiveBicycleSafetyDistance" : 12345.0,
"walkSafetyFactor" : 12345.0,
"effectiveWalkSafetyDistance" : 12345.0,
"roundabout" : true,
"name" : { },
"geometry" : { },
"distanceMeters" : 12345.0,
"effectiveWalkDistance" : 12345.0,
"wheelchairAccessible" : true,
"permission" : "PEDESTRIAN_AND_BICYCLE",
"back" : true,
"walkNoThruTraffic" : true,
"motorVehicleNoThruTraffic" : true,
"bicycleNoThruTraffic" : true,
"stairs" : true,
"link" : true,
"carSpeed" : 12345.0,
"slopeOverride" : true,
"inAngle" : 12345,
"outAngle" : 12345,
"turnRestrictions" : [ { }, { } ],
"fromVertex" : { },
"toVertex" : { },
"defaultName" : "...",
"distanceIndependentTime" : 12345
}, {
"elevationProfile" : { },
"elevationFlattened" : true,
"maxSlope" : 12345.0,
"effectiveBikeDistance" : 12345.0,
"effectiveBikeDistanceForWorkCost" : 12345.0,
"bicycleSafetyFactor" : 12345.0,
"effectiveBicycleSafetyDistance" : 12345.0,
"walkSafetyFactor" : 12345.0,
"effectiveWalkSafetyDistance" : 12345.0,
"roundabout" : true,
"name" : { },
"geometry" : { },
"distanceMeters" : 12345.0,
"effectiveWalkDistance" : 12345.0,
"wheelchairAccessible" : true,
"permission" : "ALL",
"back" : true,
"walkNoThruTraffic" : true,
"motorVehicleNoThruTraffic" : true,
"bicycleNoThruTraffic" : true,
"stairs" : true,
"link" : true,
"carSpeed" : 12345.0,
"slopeOverride" : true,
"inAngle" : 12345,
"outAngle" : 12345,
"turnRestrictions" : [ { }, { } ],
"fromVertex" : { },
"toVertex" : { },
"defaultName" : "...",
"distanceIndependentTime" : 12345
} ],
"outgoingStreetEdges" : [ {
"elevationProfile" : { },
"elevationFlattened" : true,
"maxSlope" : 12345.0,
"effectiveBikeDistance" : 12345.0,
"effectiveBikeDistanceForWorkCost" : 12345.0,
"bicycleSafetyFactor" : 12345.0,
"effectiveBicycleSafetyDistance" : 12345.0,
"walkSafetyFactor" : 12345.0,
"effectiveWalkSafetyDistance" : 12345.0,
"roundabout" : true,
"name" : { },
"geometry" : { },
"distanceMeters" : 12345.0,
"effectiveWalkDistance" : 12345.0,
"wheelchairAccessible" : true,
"permission" : "CAR",
"back" : true,
"walkNoThruTraffic" : true,
"motorVehicleNoThruTraffic" : true,
"bicycleNoThruTraffic" : true,
"stairs" : true,
"link" : true,
"carSpeed" : 12345.0,
"slopeOverride" : true,
"inAngle" : 12345,
"outAngle" : 12345,
"turnRestrictions" : [ { }, { } ],
"fromVertex" : { },
"toVertex" : { },
"defaultName" : "...",
"distanceIndependentTime" : 12345
}, {
"elevationProfile" : { },
"elevationFlattened" : true,
"maxSlope" : 12345.0,
"effectiveBikeDistance" : 12345.0,
"effectiveBikeDistanceForWorkCost" : 12345.0,
"bicycleSafetyFactor" : 12345.0,
"effectiveBicycleSafetyDistance" : 12345.0,
"walkSafetyFactor" : 12345.0,
"effectiveWalkSafetyDistance" : 12345.0,
"roundabout" : true,
"name" : { },
"geometry" : { },
"distanceMeters" : 12345.0,
"effectiveWalkDistance" : 12345.0,
"wheelchairAccessible" : true,
"permission" : "BICYCLE_AND_CAR",
"back" : true,
"walkNoThruTraffic" : true,
"motorVehicleNoThruTraffic" : true,
"bicycleNoThruTraffic" : true,
"stairs" : true,
"link" : true,
"carSpeed" : 12345.0,
"slopeOverride" : true,
"inAngle" : 12345,
"outAngle" : 12345,
"turnRestrictions" : [ { }, { } ],
"fromVertex" : { },
"toVertex" : { },
"defaultName" : "...",
"distanceIndependentTime" : 12345
} ]
},
"toVertex" : {
"outgoing" : [ {
"fromVertex" : { },
"toVertex" : { },
"roundabout" : true,
"defaultName" : "...",
"name" : { },
"geometry" : { },
"distanceMeters" : 12345.0,
"effectiveWalkDistance" : 12345.0,
"distanceIndependentTime" : 12345
}, {
"fromVertex" : { },
"toVertex" : { },
"roundabout" : true,
"defaultName" : "...",
"name" : { },
"geometry" : { },
"distanceMeters" : 12345.0,
"effectiveWalkDistance" : 12345.0,
"distanceIndependentTime" : 12345
} ],
"incoming" : [ {
"fromVertex" : { },
"toVertex" : { },
"roundabout" : true,
"defaultName" : "...",
"name" : { },
"geometry" : { },
"distanceMeters" : 12345.0,
"effectiveWalkDistance" : 12345.0,
"distanceIndependentTime" : 12345
}, {
"fromVertex" : { },
"toVertex" : { },
"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" : { },
"wheelchairAccessibility" : "NO_INFORMATION",
"levelName" : "...",
"levelIndex" : 12345.0,
"parentStation" : { },
"partOfStation" : true,
"id" : { }
},
"label" : "...",
"coordinate" : {
"y" : 12345.0,
"z" : 12345.0,
"x" : 12345.0,
"m" : 12345.0,
"valid" : true
},
"incomingStreetEdges" : [ {
"elevationProfile" : { },
"elevationFlattened" : true,
"maxSlope" : 12345.0,
"effectiveBikeDistance" : 12345.0,
"effectiveBikeDistanceForWorkCost" : 12345.0,
"bicycleSafetyFactor" : 12345.0,
"effectiveBicycleSafetyDistance" : 12345.0,
"walkSafetyFactor" : 12345.0,
"effectiveWalkSafetyDistance" : 12345.0,
"roundabout" : true,
"name" : { },
"geometry" : { },
"distanceMeters" : 12345.0,
"effectiveWalkDistance" : 12345.0,
"wheelchairAccessible" : true,
"permission" : "NONE",
"back" : true,
"walkNoThruTraffic" : true,
"motorVehicleNoThruTraffic" : true,
"bicycleNoThruTraffic" : true,
"stairs" : true,
"link" : true,
"carSpeed" : 12345.0,
"slopeOverride" : true,
"inAngle" : 12345,
"outAngle" : 12345,
"turnRestrictions" : [ { }, { } ],
"fromVertex" : { },
"toVertex" : { },
"defaultName" : "...",
"distanceIndependentTime" : 12345
}, {
"elevationProfile" : { },
"elevationFlattened" : true,
"maxSlope" : 12345.0,
"effectiveBikeDistance" : 12345.0,
"effectiveBikeDistanceForWorkCost" : 12345.0,
"bicycleSafetyFactor" : 12345.0,
"effectiveBicycleSafetyDistance" : 12345.0,
"walkSafetyFactor" : 12345.0,
"effectiveWalkSafetyDistance" : 12345.0,
"roundabout" : true,
"name" : { },
"geometry" : { },
"distanceMeters" : 12345.0,
"effectiveWalkDistance" : 12345.0,
"wheelchairAccessible" : true,
"permission" : "NONE",
"back" : true,
"walkNoThruTraffic" : true,
"motorVehicleNoThruTraffic" : true,
"bicycleNoThruTraffic" : true,
"stairs" : true,
"link" : true,
"carSpeed" : 12345.0,
"slopeOverride" : true,
"inAngle" : 12345,
"outAngle" : 12345,
"turnRestrictions" : [ { }, { } ],
"fromVertex" : { },
"toVertex" : { },
"defaultName" : "...",
"distanceIndependentTime" : 12345
} ],
"outgoingStreetEdges" : [ {
"elevationProfile" : { },
"elevationFlattened" : true,
"maxSlope" : 12345.0,
"effectiveBikeDistance" : 12345.0,
"effectiveBikeDistanceForWorkCost" : 12345.0,
"bicycleSafetyFactor" : 12345.0,
"effectiveBicycleSafetyDistance" : 12345.0,
"walkSafetyFactor" : 12345.0,
"effectiveWalkSafetyDistance" : 12345.0,
"roundabout" : true,
"name" : { },
"geometry" : { },
"distanceMeters" : 12345.0,
"effectiveWalkDistance" : 12345.0,
"wheelchairAccessible" : true,
"permission" : "NONE",
"back" : true,
"walkNoThruTraffic" : true,
"motorVehicleNoThruTraffic" : true,
"bicycleNoThruTraffic" : true,
"stairs" : true,
"link" : true,
"carSpeed" : 12345.0,
"slopeOverride" : true,
"inAngle" : 12345,
"outAngle" : 12345,
"turnRestrictions" : [ { }, { } ],
"fromVertex" : { },
"toVertex" : { },
"defaultName" : "...",
"distanceIndependentTime" : 12345
}, {
"elevationProfile" : { },
"elevationFlattened" : true,
"maxSlope" : 12345.0,
"effectiveBikeDistance" : 12345.0,
"effectiveBikeDistanceForWorkCost" : 12345.0,
"bicycleSafetyFactor" : 12345.0,
"effectiveBicycleSafetyDistance" : 12345.0,
"walkSafetyFactor" : 12345.0,
"effectiveWalkSafetyDistance" : 12345.0,
"roundabout" : true,
"name" : { },
"geometry" : { },
"distanceMeters" : 12345.0,
"effectiveWalkDistance" : 12345.0,
"wheelchairAccessible" : true,
"permission" : "PEDESTRIAN",
"back" : true,
"walkNoThruTraffic" : true,
"motorVehicleNoThruTraffic" : true,
"bicycleNoThruTraffic" : true,
"stairs" : true,
"link" : true,
"carSpeed" : 12345.0,
"slopeOverride" : true,
"inAngle" : 12345,
"outAngle" : 12345,
"turnRestrictions" : [ { }, { } ],
"fromVertex" : { },
"toVertex" : { },
"defaultName" : "...",
"distanceIndependentTime" : 12345
} ]
},
"roundabout" : true,
"defaultName" : "...",
"effectiveWalkDistance" : 12345.0,
"distanceIndependentTime" : 12345
}