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

ST_BingTileY

Introduction: Returns the tile Y coordinate of the Bing Tile identified by the given quadkey.

Format: ST_BingTileY(quadKey: String)

Return type: Integer

Since: v1.9.0

SQL Example

SELECT ST_BingTileY('213')

Output:

5

ST_BingTileY