Searched refs:getMercCoord (Results 1 – 1 of 1) sorted by relevance
23 static mapbox::geometry::point<double> getMercCoord(int32_t x, int32_t y, int8_t z) { in getMercCoord() function35 auto min = getMercCoord(x * 256, y * 256, z); in getTileBBox()36 auto max = getMercCoord((x + 1) * 256, (y + 1) * 256, z); in getTileBBox()