UNPKG

sun-horizon

Version:

Horizon profile and sun path form a lat lng point

3 lines (2 loc) 139 B
import { LatLng } from './types'; export declare function getLocationDestination(from: LatLng, azimuth: number, distance: number): LatLng;