R/gh_neighbors.R

Defines functions gh_neighbours

Documented in gh_neighbours

gh_neighbors = gh_neighbours = function(geohashes, self = TRUE) {
  .Call(Cgh_neighbors, geohashes, self)
}
MichaelChirico/geohashTools documentation built on Oct. 31, 2023, 1:16 a.m.