Name | Type | Description |
---|---|---|
id | Integer | Referred to as location_id elsewhere. |
city | String | City name |
state | String | State name |
county | String | County name |
area_code | String | Area code name |
population | Integer | The city's population. |
latitude | Double | The city's approximate central latitude. |
longitude | Double | The city's approximate central longitude. |
![LocationSearchOrlandoWifi.png 720](https://files.readme.io/WRabVowGRKCOTQjW7Xj6_LocationSearchOrlandoWifi.png)
Shown here is the Location Search API in use inside the iExit Android app. This API returns an array of Location objects whose city
values match the user's input.