Versions in this module Expand all Collapse all v0 v0.4.2 Feb 24, 2022 v0.4.1 Feb 24, 2022 v0.1.3 Mar 9, 2019 v0.1.2 Feb 15, 2019 v0.1.1 Nov 21, 2018 v0.1.0 Sep 11, 2018 Changes in this version + func Fraction(ll orb.Point, z Zoom) orb.Point + type Set map[Tile]bool + func (s Set) Merge(set Set) + func (s Set) ToFeatureCollection() *geojson.FeatureCollection + type Tile struct + X uint32 + Y uint32 + Z Zoom + func At(ll orb.Point, z Zoom) Tile + func FromQuadkey(k uint64, z Zoom) Tile + func New(x, y uint32, z Zoom) Tile + func (t Tile) Bound(tileBuffer ...float64) orb.Bound + func (t Tile) Center() orb.Point + func (t Tile) Children() Tiles + func (t Tile) Contains(tile Tile) bool + func (t Tile) Parent() Tile + func (t Tile) Quadkey() uint64 + func (t Tile) Range(z Zoom) (min, max Tile) + func (t Tile) SharedParent(tile Tile) Tile + func (t Tile) Siblings() Tiles + func (t Tile) Valid() bool + type Tiles []Tile + func (ts Tiles) ToFeatureCollection() *geojson.FeatureCollection + type Zoom uint32