UNPKG

geolib

Version:

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

4 lines (3 loc) 196 B
import { GeolibInputCoordinates } from './types'; declare const getCoordinateKey: <Keys>(point: GeolibInputCoordinates, keysToLookup: Keys[]) => Keys | undefined; export default getCoordinateKey;