func QuadKey(c Coordinate, zoom int) tiles.Quadkey { return tiles.FromCoordinate(c.Lat, c.Lon, zoom).Quadkey() }
func (c Coordinate) ToTile(zoom int) (tile tiles.Tile) { return tiles.FromCoordinate(c.Lat, c.Lon, zoom) }