UNPKG

openlayers-test

Version:

Build tools and sources for developing OpenLayers based mapping applications

11 lines (8 loc) 227 B
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 stable */ ol.Pixel;