geo_autocomplete: Geo Autocomplete

Description Usage Arguments Value References Examples

View source: R/geo_autocomplete.R

Description

Shows the auto suggestion for locations.

Usage

1
2
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

1
2
3
4
5
## Not run: 

geo_autocomplete("ruislip", "listings", "YOUR_API_KEY")

## End(Not run)

erzk/zooplaR documentation built on Aug. 26, 2019, 11:36 a.m.