ST_BingTileY¶
Introduction: Returns the tile Y coordinate of the Bing Tile identified by the given quadkey.
Format: ST_BingTileY(quadKey: String)
Since: v1.9.0
Example:
SELECT ST_BingTileY('213')
Output:
5
Introduction: Returns the tile Y coordinate of the Bing Tile identified by the given quadkey.
Format: ST_BingTileY(quadKey: String)
Since: v1.9.0
Example:
SELECT ST_BingTileY('213')
Output:
5