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

ST_BingTileZoomLevel

Introduction: Returns the zoom level of the Bing Tile identified by the given quadkey.

Format: ST_BingTileZoomLevel(quadKey: String)

SQL example:

SELECT ST_BingTileZoomLevel('213')

Output:

3