Address
Represents a physical address with fields for street, city, state, zip code, and country.
street object
The street address, including any necessary street number, street name, and additional details like apartment or suite numbers.
- MOD1
- MOD2
city object
The city or locality of the address. This field specifies the urban area or town.
- MOD1
- MOD2
state object
The state, province, or region of the address. This field identifies the larger administrative area or region.
- MOD1
- MOD2
zip_code object
The postal code for the address, which is used for mail delivery purposes. It can be numerical or alphanumeric, depending on the country's postal system.
- MOD1
- MOD2
country object
The country of the address, specified in uppercase letters as per the ISO 3166-1 alpha-2 or alpha-3 country codes or full country name.
- MOD1
- MOD2
location object
- GeoObject
- MOD2
Point
Possible values: >= 2
, <= 2
Possible values: [EPSG:2154
, EPSG:4326
]
EPSG:2154
{
"street": "string",
"city": "string",
"state": "string",
"zip_code": "string",
"country": "string",
"location": {
"type": "Point",
"coordinates": [
null
],
"format": "EPSG:2154"
}
}