| Package | Description |
|---|---|
| com.github.davidmoten.geo |
Provides utility classes for geohashing in GeoHash and great circle navigation methods in Position.
|
| Modifier and Type | Method and Description |
|---|---|
LatLong |
LatLong.add(double deltaLat,
double deltaLon)
Returns a new
LatLong object with lat, lon increased by deltaLat,
deltaLon. |
static LatLong |
GeoHash.decodeHash(String geohash)
Returns a latitude,longitude pair as the centre of the given geohash.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
GeoHash.encodeHash(LatLong p)
Returns a geohash of of length
GeoHash.MAX_HASH_LENGTH (12) for
the given WGS84 point. |
static String |
GeoHash.encodeHash(LatLong p,
int length)
Returns a geohash of given length for the given WGS84 point.
|
Copyright © 2013–2017. All rights reserved.