Files
openlayers/src/ol/pixel.js
2018-07-25 18:32:43 -07:00

7 lines
187 B
JavaScript

/**
* An array with two elements, representing a pixel. The first element is the
* x-coordinate, the second the y-coordinate of the pixel.
* @typedef {Array<number>} Pixel
* @api
*/