public class OsmTypeAndIdReverseQuery extends NominatimRequest
Attributes documentation was extracted from Nominatim Wiki page on October 26th, 2013.
| Constructor and Description |
|---|
OsmTypeAndIdReverseQuery(OsmType type,
long id) |
| Modifier and Type | Method and Description |
|---|---|
long |
getId() |
OsmType |
getType() |
void |
setId(long id) |
void |
setType(OsmType type) |
getQueryStringpublic OsmTypeAndIdReverseQuery(OsmType type, long id)
type - the type of the searched elementid - the id of the searched elementCopyright © 2010–2019 Dudie. All rights reserved.