public abstract class NominatimRequest extends Object
QueryParameter annotations to describe the query parameters.| Constructor and Description |
|---|
NominatimRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getQueryString()
Generates the query string to be sent to nominatim to execute a request.
|
public final String getQueryString()
The query string must have URL encoded parameters.
example: q=some%20city&polygon_geojson=1
Copyright © 2010–2019 Dudie. All rights reserved.