| 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 |
|---|---|
Direction |
Direction.opposite()
Returns the opposite direction.
|
static Direction |
Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Direction[] |
Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
GeoHash.adjacentHash(String hash,
Direction direction)
Returns the adjacent hash in given
Direction. |
static String |
GeoHash.adjacentHash(String hash,
Direction direction,
int steps)
Returns the adjacent hash N steps in the given
Direction. |
Copyright © 2013–2017. All rights reserved.