Structure "Location"
This structure describes the location data.
Description
| Name | Description | Data type | Required |
|---|---|---|---|
| countrySign | Structure "Country" | ||
| area | ID, name area. | Structure "Basic" | |
| town | Structure "Town" | ||
| name | Name | String | |
| postcode | Postal code | String | |
| address | Address | String | |
| lat | Latitude | Number | |
| lon | Longitude | Number |
Sample
JSON
{
"countrySign": {
"id": 1,
"name": "Украина",
"sign": "UA"
},
"area": null,
"town": {
"id": 933,
"name": "Милан"
},
"name": "Милан",
"postCode": "",
"address": "string",
"lat": 0.3,
"lon": 0.5
}