Skip to content
🌵SedonaDB (Rust) 0.3.0 is out now, featuring larger-than-memory spatial joins, and row-level CRS!

ST_BingTileZoomLevel

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

Format: ST_BingTileZoomLevel(quadKey: String)

Return type: Integer

SQL example:

SELECT ST_BingTileZoomLevel('213')

Output:

3

ST_BingTileZoomLevel