All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.pixel.d.ts Maven / Gradle / Ivy

The newest version!
/**
 * @module 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} Pixel
 * @api
 */
/** @type {undefined} */
export let nothing: undefined;
/**
 * An array with two elements, representing a pixel. The first element is the
 * x-coordinate, the second the y-coordinate of the pixel.
 */
export type Pixel = Array;
//# sourceMappingURL=pixel.d.ts.map




© 2015 - 2024 Weber Informatics LLC | Privacy Policy