Shows the auto suggestion for locations.

geo_autocomplete(search_term = NULL, search_type = "listings",
  API_key = NULL)

Arguments

search_term

A string holding the search term to be auto completed.

search_type

A string. Allowed values: "listings" or "property". Defaults to "listings".

API_key

An API key from Zoopla.

Value

A list

References

http://developer.zoopla.com/docs/read/Geo_Autocomplete

Examples

# NOT RUN {
geo_autocomplete("ruislip", "listings", "YOUR_API_KEY")
# }