| Package | Description |
|---|---|
| com.graphhopper.search | |
| com.graphhopper.util.shapes |
| Modifier and Type | Method and Description |
|---|---|
List<GHPlace> |
Geocoding.names2places(GHPlace... place)
Returns a list of matching points for the specified place query string.
|
List<GHPlace> |
ReverseGeocoding.places2names(GHPlace... points)
Tries to retrieve a locational string from the specified points (list of lat,lon).
|
| Modifier and Type | Method and Description |
|---|---|
List<GHPlace> |
Geocoding.names2places(GHPlace... place)
Returns a list of matching points for the specified place query string.
|
List<GHPlace> |
ReverseGeocoding.places2names(GHPlace... points)
Tries to retrieve a locational string from the specified points (list of lat,lon).
|
| Modifier and Type | Method and Description |
|---|---|
GHPlace |
GHPlace.setName(String name) |
Copyright © 2012–2018. All rights reserved.