neighbors property

List<String> neighbors

Returns the adjacent GeoHash.

隣り合うGeoHashを返します。

Implementation

List<String> get neighbors {
  return _util.neighbors(geoHash);
}