/** * Retrieves the current center of the map in longitude and latitude coordinates. * * @param {import("../../main").EOxMap} EOxMap - The map object containing the map instance and its projection information. * @returns {Array} - The center coordinates of the map in longitude and latitude. */ export function getLonLatCenterMethod(EOxMap: import("../../main").EOxMap): Array; /** * Retrieves the current extent (bounding box) of the map in longitude and latitude coordinates. * * @param {import("../../main").EOxMap} EOxMap - The map object containing the map instance, projection information, and size. * @returns {Array} - The extent of the map in longitude and latitude. */ export function getLonLatExtentMethod(EOxMap: import("../../main").EOxMap): Array; /** * Get the current map view extent. * * @param {import("../../main").EOxMap} EOxMap - The map object containing the map instance, projection information, and size. * @returns {import("ol/extent").Extent} - The extent of the map in map projection. */ export function getZoomExtentMethod(EOxMap: import("../../main").EOxMap): import("ol/extent").Extent; //# sourceMappingURL=getters.d.ts.map