Name | Description | Type | Additional information |
---|---|---|---|
Latitude |
The latitude number for the location |
decimal number |
None. |
Longitude |
The longitude number for the location |
decimal number |
None. |
City |
The city of the location |
string |
None. |
StateRegion |
The state or region of the location |
string |
None. |
ZipPostalCode |
The ZIP or Postal Code of the location |
string |
None. |
Country |
The country of the location |
string |
None. |
AccuracyRadius |
The radius of accuracy for the location measured in kilometers |
integer |
None. |
Distance |
The distance of the device's location from the input address on the Customer object measured in kilometers. This value is only returned if the input Customer object had a full address including AddressLine1, City, State, and ZipCode. |
integer |
None. |
ZipCodeMatch |
Does the customer Zip Code value match the location's Zip Code? |
boolean |
None. |
CityMatch |
Does the customer city match the location's city? |
boolean |
None. |
StateMatch |
Does the customer state match the location's state? |
boolean |
None. |
CountryMatch |
Does the customer country match the location's country? |
boolean |
None. |