ST_BingTileToGeom(quadKeys: Array[String])
SELECT ST_BingTileToGeom(array('0', '1', '2', '3'))
[POLYGON ((-180 85.05112877980659, -180 0, 0 0, 0 85.05112877980659, -180 85.05112877980659)), ...]
Was this page helpful?