Destinations Data Type

Implemented Interfaces
Serializable
Properties
name data type description
Destination array of AnnotatedDestinationStructure

Example

{
  "Destination" : [ {
    "DestinationRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "PlaceName" : {
      "value" : "...",
      "lang" : "..."
    }
  }, {
    "DestinationRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "PlaceName" : {
      "value" : "...",
      "lang" : "..."
    }
  } ]
}