Skip to main content
Returns the tile X coordinate of the Bing Tile identified by the given quadkey.

Signatures

ST_BingTileX(quadKey: String)

Parameters

quadKey
String
required
The quad key value.

Return type

An integer value.

Example

SELECT ST_BingTileX('213')
3
ST_BingTileX