ST_BingTileZoomLevel¶
Introduction: Returns the zoom level of the Bing Tile identified by the given quadkey.
Format: ST_BingTileZoomLevel(quadKey: String)
Since: v1.9.0
SQL Example
SELECT ST_BingTileZoomLevel('213')
Output:
3
Introduction: Returns the zoom level of the Bing Tile identified by the given quadkey.
Format: ST_BingTileZoomLevel(quadKey: String)
Since: v1.9.0
SQL Example
SELECT ST_BingTileZoomLevel('213')
Output:
3