Files
openlayers/src/ol/pixel.js
2014-07-05 15:41:14 -04:00

11 lines
220 B
JavaScript

goog.provide('ol.Pixel');
/**
* 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>}
* @api
*/
ol.Pixel;