UNPKG

sun-horizon

Version:

Horizon profile and sun path form a lat lng point

4 lines (3 loc) 273 B
import { HorizonPoint, LatLng, HighestPointOptions } from './types'; export declare function getAltitude(latLng: LatLng): Promise<number>; export declare function highestPointInAzimuth(origin: LatLng, azimuth: number, options?: HighestPointOptions): Promise<HorizonPoint>;