UNPKG

sun-horizon

Version:

Horizon profile and sun path form a lat lng point

6 lines (5 loc) 303 B
export { getAltitude, highestPointInAzimuth } from './altitude'; export { init, getCacheData, cleanCache } from './cache'; export * from './types'; import { Horizon, HorizonOptions, LatLng } from './types'; export declare function getHorizon(origin: LatLng, options?: HorizonOptions): Promise<Horizon>;