Skip to main content
Returns an array of Bing Tile quadkey strings that cover the given geometry at the specified zoom level.

Signatures

ST_BingTileCellIDs(geom: Geometry, zoomLevel: Integer)

Parameters

geom
Geometry
required
The input geometry.
zoomLevel
Integer
required
The zoom level value.

Return type

A string representation.

Example

SELECT ST_BingTileCellIDs(ST_GeomFromText('POINT(60 30.12)'), 10)
[1230301230]
ST_BingTileCellIDs