Skip to main content

Function: xy_bounds()

Call Signature

xy_bounds(matrix, tile): BoundingBox

Defined in: tile.ts:10

Return the bounding box of the tile in the TMS's native coordinate reference system.

Parameters

matrix

TileMatrix

tile

x

number

y

number

Returns

BoundingBox

Call Signature

xy_bounds(matrixSet, tile): BoundingBox

Defined in: tile.ts:18

Return the bounding box of the tile in the TMS's native coordinate reference system.

Parameters

matrixSet

TileMatrixSet

tile

x

number

y

number

z

number

Returns

BoundingBox