Carrot reference
...
Fields
Data Types
Address
a carrot datatype used by fields that store location data the address datatype is not currently supported in custom fields supported uses for the address datatype are currently limited to the inbuilt address , workaddress , and remoteworkaddress fields address and homeaddress are interchangeable properties the address datatype supports the following properties property definition workaddress street1 returns value for line one of workaddress , ex 233 s wacker dr workaddress street2 returns value for line two of workaddress , ex unit 2805 workaddress street3 returns value for line three of workaddress workaddress city returns value for city of workaddress , ex chicago workaddress state returns value for state of workaddress , ex illinois workaddress country returns value for country code of workaddress , ex us workaddress countryname returns value for country name of workaddress , ex united states workaddress postal returns value for postal code of workaddress , ex 60606 workaddress lat returns value for latitude of workaddress , ex 41 87901217911454 workaddress lng returns value for longitude of workaddress , ex 87 63587198599579 sample usage address state if address country "us" returns the state if the address is in the united states