| name | data type | description |
|---|---|---|
| AffectedComponent | array of AffectedStopPlaceComponentStructure |
Example
{
"AffectedComponent" : [ {
"ComponentRef" : {
"value" : "..."
},
"ComponentName" : {
"value" : "...",
"lang" : "..."
},
"ComponentType" : "boardingPosition",
"PointProjection" : {
"Longitude" : 12345.0,
"Latitude" : 12345.0,
"Altitude" : 12345.0,
"Coordinates" : { },
"Precision" : 12345,
"id" : "...",
"srsName" : "...",
"Features" : { }
},
"LinkProjection" : {
"Line" : { },
"Features" : { }
},
"ZoneProjection" : {
"Boundary" : [ { }, { } ],
"Features" : { }
},
"Offset" : {
"DistanceFromStart" : 12345,
"DistanceFromEnd" : 12345
},
"Extensions" : {
"any" : { }
},
"AccessibilityAssessment" : {
"MobilityImpairedAccess" : true,
"Limitations" : { },
"Suitabilities" : { },
"Extensions" : { }
}
}, {
"ComponentRef" : {
"value" : "..."
},
"ComponentName" : {
"value" : "...",
"lang" : "..."
},
"ComponentType" : "entrance",
"PointProjection" : {
"Longitude" : 12345.0,
"Latitude" : 12345.0,
"Altitude" : 12345.0,
"Coordinates" : { },
"Precision" : 12345,
"id" : "...",
"srsName" : "...",
"Features" : { }
},
"LinkProjection" : {
"Line" : { },
"Features" : { }
},
"ZoneProjection" : {
"Boundary" : [ { }, { } ],
"Features" : { }
},
"Offset" : {
"DistanceFromStart" : 12345,
"DistanceFromEnd" : 12345
},
"Extensions" : {
"any" : { }
},
"AccessibilityAssessment" : {
"MobilityImpairedAccess" : true,
"Limitations" : { },
"Suitabilities" : { },
"Extensions" : { }
}
} ]
}