UNPKG

node-geometry-library

Version:

Javascript Geometry Library provides utility functions for the computation of geometric data on the surface of the Earth. Code ported from Google Maps Android API.

4 lines (3 loc) 160 B
export { default as SphericalUtil } from "./SphericalUtil"; export { default as PolyUtil } from "./PolyUtil"; export { default as MathUtil } from "./MathUtil";