include/geokit@geohash_Neighbors.hrl
-record(neighbors, {
north :: binary(),
south :: binary(),
east :: binary(),
west :: binary(),
north_east :: binary(),
north_west :: binary(),
south_east :: binary(),
south_west :: binary()
}).