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: Integer, tileY: Integer, zoomLevel: Integer)

Since: v1.9.0

SQL Example

SELECT ST_BingTile(3, 5, 3)

Output:

213