databaseGetCities: Returns a list of cities
Description
Returns a list of cities
Usage
databaseGetCities(
country_id = "",
region_id = "",
q = "",
need_all = "1",
offset = "",
count = "100",
v = getAPIVersion()
)
Arguments
need_all
1 - to return all cities in the country; 0 - to return major cities in the country (default)
offset
Offset needed to return a specific subset of cities
count
Number of cities to return
Examples
Run this code# NOT RUN {
databaseGetCities(country_id=1, need_all=0)
# }
Run the code above in your browser using DataLab