Module: ol/tilecoord

ol/tilecoord


import * as olTilecoord from 'ol/tilecoord';

Type Definitions

TileCoord{Array.<number>}

An array of three numbers representing the location of a tile in a tile grid. The order is z (zoom level), x (column), and y (row).