| name | data type | description |
|---|---|---|
| AffectedPlace | array of AffectedPlaceStructure |
Example
{
"AffectedPlace" : [ {
"PlaceRef" : "...",
"PrivateCode" : "...",
"PlaceName" : [ {
"value" : "...",
"lang" : "..."
}, {
"value" : "...",
"lang" : "..."
} ],
"Location" : {
"Coordinates" : { },
"Longitude" : 12345.0,
"Latitude" : 12345.0,
"Precision" : 12345,
"id" : "...",
"srsName" : "..."
},
"PlaceCategory" : "...",
"EquipmentRef" : [ "...", "..." ],
"AccessibilityAssessment" : {
"MobilityImpairedAccess" : true,
"Limitations" : { },
"Suitabilities" : { },
"Extensions" : { }
},
"Extensions" : {
"anies" : [ { }, { } ]
}
}, {
"PlaceRef" : "...",
"PrivateCode" : "...",
"PlaceName" : [ {
"value" : "...",
"lang" : "..."
}, {
"value" : "...",
"lang" : "..."
} ],
"Location" : {
"Coordinates" : { },
"Longitude" : 12345.0,
"Latitude" : 12345.0,
"Precision" : 12345,
"id" : "...",
"srsName" : "..."
},
"PlaceCategory" : "...",
"EquipmentRef" : [ "...", "..." ],
"AccessibilityAssessment" : {
"MobilityImpairedAccess" : true,
"Limitations" : { },
"Suitabilities" : { },
"Extensions" : { }
},
"Extensions" : {
"anies" : [ { }, { } ]
}
} ]
}