OpenLayers
Examples
API
ol/pixel
Typedefs
Pixel
Loading …
Module: ol/pixel
This documentation is for OpenLayers v
10.9.0
. The
latest
is v
.
ol/pixel
import * as olPixel from 'ol/pixel';
Type Definitions
Pixel
{Array.<number>}
包含两个元素的数组,表示一个像素。第一个元素是 x 坐标,第二个元素是 y 坐标。