package.renderer.webgl.worldUtil.d.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ol Show documentation
Show all versions of ol Show documentation
OpenLayers mapping library
The newest version!
/**
* Compute world params
* @param {import("../../Map.js").FrameState} frameState Frame state.
* @param {any} layer The layer
* @return {Array} The world start, end and width.
*/
export function getWorldParameters(frameState: import("../../Map.js").FrameState, layer: any): Array;
//# sourceMappingURL=worldUtil.d.ts.map