public class ExtendedSearchQuery extends NominatimRequest
This is labeled as experimental on Nominatim Wiki page
Attributes documentation was extracted from Nominatim Wiki page on October 26th, 2013.
| Constructor and Description |
|---|
ExtendedSearchQuery() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCity() |
String |
getCountry() |
String |
getCounty() |
String |
getPostalCode() |
String |
getState() |
String |
getStreet() |
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setCounty(String county) |
void |
setPostalCode(String postalCode) |
void |
setState(String state) |
void |
setStreet(String street) |
getQueryStringpublic String getStreet()
public void setStreet(String street)
street - the street to setpublic String getCity()
public void setCity(String city)
city - the city to setpublic String getCounty()
public void setCounty(String county)
county - the county to setpublic String getState()
public void setState(String state)
state - the state to setpublic String getCountry()
public void setCountry(String country)
country - the country to setpublic String getPostalCode()
public void setPostalCode(String postalCode)
postalCode - the postalCode to setCopyright © 2010-2017 Dudie. All Rights Reserved.