Returns a String geohash of a neighboring geohash in a given direction
String neighbor(Direction direction) { return _neighbors[direction.toString().split(".")[1]]!; }