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

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

The newest version!
/**
 * @module ol/resolution
 */
/**
 * @typedef {number|Array} ResolutionLike
 */
/**
 * @param {ResolutionLike} resolution Resolution.
 * @return {number} Resolution.
 */
export function fromResolutionLike(resolution: ResolutionLike): number;
export type ResolutionLike = number | Array;
//# sourceMappingURL=resolution.d.ts.map




© 2015 - 2024 Weber Informatics LLC | Privacy Policy