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 |