Skip to content
🎉 Apache Sedona 1.8.1 is now available! Check out the new features and improvements.

ST_BingTile

Introduction: Creates a Bing Tile quadkey from tile XY coordinates and a zoom level.

Format: ST_BingTile(tileX: Int, tileY: Int, zoomLevel: Int)

SQL example:

SELECT ST_BingTile(3, 5, 3)

Output:

213