UNPKG

geolib

Version:

Library to provide basic geospatial operations like distance calculation, decoding of sexagesimal coordinates etc.

4 lines (3 loc) 162 B
import { GeolibInputCoordinates } from './types'; declare const getLongitude: (point: GeolibInputCoordinates, raw?: boolean) => any; export default getLongitude;