return neighboring geo-hashes of hash
hash
static List<String> neighborsOf({required String hash}) { return _util.neighbors(hash); }