| Package | Description |
|---|---|
| fr.dudie.nominatim.client |
| Modifier and Type | Method and Description |
|---|---|
Address |
JsonNominatimClient.getAddress(double longitude,
double latitude)
Reverse geocode the given coordinates.
|
Address |
NominatimClient.getAddress(double longitude,
double latitude)
Reverse geocode the given coordinates.
|
Address |
JsonNominatimClient.getAddress(double longitude,
double latitude,
int zoom)
Reverse geocode the given coordinates using a specific zoom level
|
Address |
NominatimClient.getAddress(double longitude,
double latitude,
int zoom)
Reverse geocode the given coordinates using a specific zoom level
|
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(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(NominatimReverseRequest reverse)
Reverse geocoding request.
|
Address |
NominatimClient.getAddress(NominatimReverseRequest reverse)
Reverse geocoding request.
|
Address |
JsonNominatimClient.getAddress(String type,
long id)
Reverse geocode the given OSM id.
|
Address |
NominatimClient.getAddress(String type,
long id)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<Address> |
JsonNominatimClient.lookupAddress(List<String> typeId)
This method can be used to lookup addresses with an OSM type and ID
|
List<Address> |
NominatimClient.lookupAddress(List<String> typeId)
This method can be used to lookup addresses with an OSM type and ID
|
List<Address> |
JsonNominatimClient.lookupAddress(NominatimLookupRequest lookup)
Address lookup request.
|
List<Address> |
NominatimClient.lookupAddress(NominatimLookupRequest lookup)
Address lookup request.
|
List<Address> |
JsonNominatimClient.search(NominatimSearchRequest search)
Search for addresses.
|
List<Address> |
NominatimClient.search(NominatimSearchRequest search)
Search for addresses.
|
List<Address> |
JsonNominatimClient.search(String query)
Search for results with the given query.
|
List<Address> |
NominatimClient.search(String query)
Search for results with the given query.
|
Copyright © 2010-2017 Dudie. All Rights Reserved.