Destination Data Type

Implemented Interfaces
Serializable
Properties
name data type description
DestinationRef DestinationRef
PlaceName array of NaturalLanguageStringStructure
DirectionRef DirectionRefStructure

Example

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