Places Data Type

Implemented Interfaces
Serializable
Properties
name data type description
AffectedPlace array of AffectedPlaceStructure

Example

{
  "AffectedPlace" : [ {
    "PlaceRef" : "...",
    "PrivateCode" : "...",
    "PlaceName" : {
      "value" : "...",
      "lang" : "..."
    },
    "Location" : {
      "Coordinates" : { },
      "Longitude" : 12345.0,
      "Latitude" : 12345.0,
      "Precision" : 12345,
      "id" : "...",
      "srsName" : "..."
    },
    "PlaceCategory" : "...",
    "EquipmentRef" : [ "...", "..." ],
    "AccessibilityAssessment" : {
      "MobilityImpairedAccess" : true,
      "Limitations" : { },
      "Suitabilities" : { },
      "Extensions" : { }
    },
    "Extensions" : {
      "any" : { }
    }
  }, {
    "PlaceRef" : "...",
    "PrivateCode" : "...",
    "PlaceName" : {
      "value" : "...",
      "lang" : "..."
    },
    "Location" : {
      "Coordinates" : { },
      "Longitude" : 12345.0,
      "Latitude" : 12345.0,
      "Precision" : 12345,
      "id" : "...",
      "srsName" : "..."
    },
    "PlaceCategory" : "...",
    "EquipmentRef" : [ "...", "..." ],
    "AccessibilityAssessment" : {
      "MobilityImpairedAccess" : true,
      "Limitations" : { },
      "Suitabilities" : { },
      "Extensions" : { }
    },
    "Extensions" : {
      "any" : { }
    }
  } ]
}