Documentation ¶ Index ¶ type GeoHasher func NewGeoHasher() *GeoHasher func (g *GeoHasher) GetGeohashesOfPolygon(p *geom.Polygon, precision uint) []string func (g *GeoHasher) NewGeomPolygon(coords [][]float64) *geom.Polygon type Point Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type GeoHasher ¶ type GeoHasher struct{} func NewGeoHasher ¶ func NewGeoHasher() *GeoHasher func (*GeoHasher) GetGeohashesOfPolygon ¶ func (g *GeoHasher) GetGeohashesOfPolygon(p *geom.Polygon, precision uint) []string func (*GeoHasher) NewGeomPolygon ¶ func (g *GeoHasher) NewGeomPolygon(coords [][]float64) *geom.Polygon type Point ¶ type Point struct { X float64 Y float64 } Source Files ¶ View all Source files geohasher.go Click to show internal directories. Click to hide internal directories.