Files
openlayers/src/ol/pixel.js
Andreas Hocevar 436bbdecd0 Document ol.Pixel
2014-05-06 12:45:53 -05:00

11 lines
225 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>}
* @todo api
*/
ol.Pixel;