Document ol.Pixel
This commit is contained in:
@@ -2,6 +2,9 @@ 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;
|
||||
|
||||
Reference in New Issue
Block a user