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

Since: v1.9.0

Example:

SELECT ST_BingTileZoomLevel('213')

Output:

3

ST_BingTileZoomLevel