package.geom.flat.center.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!
/**
* @param {Array} flatCoordinates Flat coordinates.
* @param {number} offset Offset.
* @param {Array>} endss Endss.
* @param {number} stride Stride.
* @return {Array} Flat centers.
*/
export function linearRingss(flatCoordinates: Array, offset: number, endss: Array>, stride: number): Array;
//# sourceMappingURL=center.d.ts.map