static final enum GeoHash.Direction extends java.lang.Enum<E<E>>
A Direction enum used when calculating neighbors
Modifiers | Name | Description |
---|---|---|
static GeoHash.Direction |
EAST |
|
static GeoHash.Direction |
MAX_VALUE |
|
static GeoHash.Direction |
MIN_VALUE |
|
static GeoHash.Direction |
NORTH |
|
static GeoHash.Direction |
NORTHEAST |
|
static GeoHash.Direction |
NORTHWEST |
|
static GeoHash.Direction |
SOUTH |
|
static GeoHash.Direction |
SOUTHEAST |
|
static GeoHash.Direction |
SOUTHWEST |
|
static GeoHash.Direction |
WEST |
Constructor and description |
---|
Direction
(int lat, int lon) |
Type Params | Return Type | Name and description |
---|---|---|
|
int |
lat() |
|
int |
lon() |
|
GeoHash.Direction |
next() |
|
GeoHash.Direction |
previous() |
|
static GeoHash.Direction |
valueOf(java.lang.String name) |
|
static final GeoHash.Direction[] |
values() |