Geo Object¶
Value |
Type |
Description |
---|---|---|
lat* |
float |
Latitude from -90 to 90. South is negative. NOTE: use only in case all three params are represented - lat, lon, type. |
lon* |
float |
Longitude from -180 to 180. West is negative. NOTE: use only in case all three params are represented - lat, lon, type. |
type* |
integer |
Source of location data. |
city* |
string |
City name. |
country* |
string |
Country using ISO-3166-1 Alpha-2, for example, |
region* |
string |
Region using ISO-3166-2 region codes, for example, |
metro* |
string |
The Google metro code. |
accuracy* |
integer |
Estimated location accuracy in meters; recommended when lat/lonare specified and derived from a device’s location services. |