ST_BingTile¶
Introduction: Creates a Bing Tile quadkey from tile XY coordinates and a zoom level.
Format: ST_BingTile(tileX: Integer, tileY: Integer, zoomLevel: Integer)
Since: v1.9.0
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: Integer, tileY: Integer, zoomLevel: Integer)
Since: v1.9.0
SQL Example
SELECT ST_BingTile(3, 5, 3)
Output:
213