Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.wherobots.com/llms.txt

Use this file to discover all available pages before exploring further.

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