| name | data type | description |
|---|---|---|
| ViaPriority | number | |
Properties inherited from PlaceNameStructure |
||
| PlaceRef | JourneyPlaceRefStructure | |
| PlaceName | array of NaturalLanguagePlaceNameStructure | |
| PlaceShortName | array of NaturalLanguagePlaceNameStructure | |
Example
{
"ViaPriority" : 12345,
"PlaceRef" : {
"value" : "..."
},
"PlaceName" : [ {
"value" : "...",
"lang" : "..."
}, {
"value" : "...",
"lang" : "..."
} ],
"PlaceShortName" : [ {
"value" : "...",
"lang" : "..."
}, {
"value" : "...",
"lang" : "..."
} ]
}