PlaceNameStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
PlaceRef JourneyPlaceRefStructure
PlaceName NaturalLanguagePlaceNameStructure
PlaceShortName array of NaturalLanguagePlaceNameStructure

Example

{
  "PlaceRef" : {
    "value" : "..."
  },
  "PlaceName" : {
    "value" : "...",
    "lang" : "..."
  },
  "PlaceShortName" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ]
}