Returns a list of cities
databaseGetCities( country_id = "", region_id = "", q = "", need_all = "1", offset = "", count = "100", v = getAPIVersion() )
country_id
: Country IDregion_id
: Region IDq
: Search queryneed_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 citiescount
: Number of cities to returnv
: Version of API## Not run: databaseGetCities(country_id=1, need_all=0) ## End(Not run)