| Package | Description |
|---|---|
| fr.dudie.nominatim.client |
| Modifier and Type | Method and Description |
|---|---|
Address |
NominatimClient.getAddress(double longitude,
double latitude)
Reverse geocode the given coordinates.
|
Address |
JsonNominatimClient.getAddress(double longitude,
double latitude)
Reverse geocode the given coordinates.
|
Address |
NominatimClient.getAddress(double longitude,
double latitude,
int zoom)
Reverse geocode the given coordinates using a specific zoom level
|
Address |
JsonNominatimClient.getAddress(double longitude,
double latitude,
int zoom)
Reverse geocode the given coordinates using a specific zoom level
|
Address |
NominatimClient.getAddress(int longitudeE6,
int latitudeE6)
A convenience method to do the same as
NominatimClient.getAddress(double, double) but with int E6
latitude and longitude. |
Address |
JsonNominatimClient.getAddress(int longitudeE6,
int latitudeE6)
A convenience method to do the same as
NominatimClient.getAddress(double, double) but with int E6
latitude and longitude. |
Address |
NominatimClient.getAddress(String type,
long id)
Reverse geocode the given OSM id.
|
Address |
JsonNominatimClient.getAddress(String type,
long id)
Reverse geocode the given OSM id.
|
| Modifier and Type | Method and Description |
|---|---|
List<Address> |
NominatimClient.search(String query)
Search for results with the given query.
|
List<Address> |
JsonNominatimClient.search(String query)
Search for results with the given query.
|
Copyright © 2013. All Rights Reserved.