Skip to content
πŸŽ‰ SedonaDB 0.4.0 is out now! πŸ—ΊοΈ Python DataFrame API, R dplyr, Geography support & GPU-accelerated spatial joins. Read the release blog β†’

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

SQL example:

SELECT ST_BingTileY('213')

Output:

5

ST_BingTileY