OpenLayers
Examples
API
ol/tilecoord
Typedefs
TileCoord
Loading …
Module: ol/tilecoord
This documentation is for OpenLayers v
10.9.0
. The
latest
is v
.
ol/tilecoord
import * as olTilecoord from 'ol/tilecoord';
Type Definitions
TileCoord
{Array.<number>}
表示瓦片在瓦片网格中位置的三个数字的数组。顺序为
z
(缩放级别)、
x
(列)和
y
(行)。