| name | data type | description | 
|---|---|---|
| DestinationRef | DestinationRef | |
| PlaceName | array of NaturalLanguageStringStructure | |
| DirectionRef | DirectionRefStructure | 
Example
{
  "DestinationRef" : {
    "value" : "..."
  },
  "PlaceName" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "DirectionRef" : {
    "value" : "..."
  }
}