ST_BingTileCellIDs¶
Introduction: Returns an array of Bing Tile quadkey strings that cover the given geometry at the specified zoom level.
Format: ST_BingTileCellIDs(geom: geometry, zoomLevel: Int)
SQL example:
SELECT ST_BingTileCellIDs(ST_GeomFromText('POINT(60 30.12)'), 10)
Output:
[1230301230]