跳转至
🎉 SedonaDB 0.4.0 已正式发布!🗺️ 新增 Python DataFrame API、R dplyr 接口、Geography 支持及 GPU 加速空间连接。阅读发布博客 →

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: Integer)

Return type: Array<String>

Since: v1.9.0

SQL Example

SELECT ST_BingTileCellIDs(ST_GeomFromText('POINT(60 30.12)'), 10)

Output:

[1230301230]

ST_BingTileCellIDs