{
"administrativeAreaLevel2": {
"administrativeAreaLevel1": {
"country": {
"code": "string",
"name": "string"
},
"id": "integer",
"name": "string"
},
"id": "integer",
"name": "string"
},
"id": "integer",
"latitude": "number",
"longitude": "number",
"name": "string",
"navigationArea": {
"country": {
"code": "string",
"name": "string"
},
"id": "integer",
"name": "string"
},
"postalCode": "string"
}
Name | Type | Description | Additional |
---|---|---|---|
administrativeAreaLevel2 | object | Optional, read only. | |
administrativeAreaLevel2.administrativeAreaLevel1 | object | Optional, read only. | |
administrativeAreaLevel2.administrativeAreaLevel1.country | object | Optional, read only. | |
administrativeAreaLevel2.administrativeAreaLevel1.country.code | string |
Country code |
Optional, read only. |
administrativeAreaLevel2.administrativeAreaLevel1.country.name | string |
Country name |
Optional, read only. |
administrativeAreaLevel2.administrativeAreaLevel1.id | integer |
Administrative area level 1 ID |
Optional, read only. |
administrativeAreaLevel2.administrativeAreaLevel1.name | string |
Administrative area level 1 name |
Optional, read only. |
administrativeAreaLevel2.id | integer |
Administrative area level 2 ID |
Optional, read only. |
administrativeAreaLevel2.name | string |
Administrative area level 2 name |
Optional, read only. |
id | integer |
City ID |
Optional, read only. |
latitude | number |
Geographical latitude of the city position |
Optional, read only. |
longitude | number |
Geographical longitude of the city position |
Optional, read only. |
name | string |
City name |
Optional, read only. |
navigationArea | object | Optional, read only. | |
navigationArea.country | object | Optional, read only. | |
navigationArea.country.code | string |
Country code |
Optional, read only. |
navigationArea.country.name | string |
Country name |
Optional, read only. |
navigationArea.id | integer |
Navigation area ID |
Optional, read only. |
navigationArea.name | string |
Navigation area name |
Optional, read only. |
postalCode | string |
City postal code |
Optional, read only. |