| Attribute | Type | Description | Example |
|---|---|---|---|
| lat | float | Latitude from -90.0 to +90.0, where negative is south. | 15 |
| lon | float | Longitude from -180.0 to +180.0, where negative is west. | 30 |
|
type
|
integer | Source of location data; recommended when passing lat/lon. | 2 |
| country | string | Country code using ISO-3166-1-alpha-3 | "USA" |
| city | string |
City using United Nations Code for Trade & Transport Locations. See Appendix A for a link to the codes. |
"New York" |
| zip | string | Zip or postal code. | "19809" |
| utcoffset | integer | Local time as the number +/- of minutes from UTC. | 180 |
Updated 5 months ago