A physical location in the world
primary_location
on both person and company objects.
Locations have the following properties:
line_1
- the first line of the address, e.g. "1 Infinite Loop"
line_2
- the second line of the address e.g. "Block 1"
line_3
, line_4
, same as abovelocality
- the town, neighbourhood or area, e.g. "Cupertino"
region
- the state, county, province or region, e.g. "CA"
postcode
- the postal or zip code, e.g. "95014"
country_code
- the ISO 3166-1 alpha-2 country code, e.g. US
latitude
- latitudinal coordinates, e.g. "37.331741"
longitude
- longitudinal coordinates, e.g. "-122.030333"
null
.
line_1
, line_2
, line_3
, line_4
, locality
, region
and postcode
can all be filtered by $eq
, $contains
, $starts_with
and $ends_with
operators.
The property country_code
can be filtered by $eq
and $starts_with
operators.