ST_BingTile¶
Introduction: Creates a Bing Tile quadkey from tile XY coordinates and a zoom level.
Format: ST_BingTile(tileX: Int, tileY: Int, zoomLevel: Int)
SQL example:
SELECT ST_BingTile(3, 5, 3)
Output:
213
Introduction: Creates a Bing Tile quadkey from tile XY coordinates and a zoom level.
Format: ST_BingTile(tileX: Int, tileY: Int, zoomLevel: Int)
SQL example:
SELECT ST_BingTile(3, 5, 3)
Output:
213