PlaceNameStructure Data Type

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

Example

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