Searched defs:maxTile (Results 1 – 3 of 3) sorted by relevance
26 const auto maxTile = std::pow(2.0, maxZoom); in fromLatLngBounds() local
101 void build_bounds_map(PointList& points, uint32_t maxTile, BoundsMap& et, bool closed = false) { in build_bounds_map()
195 auto maxTile = std::pow(2.0, zoom); in tileCount() local