MCPcopy
hub / github.com/mourner/suncalc / Position

Interface Position

index.d.ts:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5/** Sun or Moon horizontal position. */
6export interface Position {
7 /** Azimuth, degrees clockwise from north (0 = N, 90 = E, 180 = S, 270 = W). */
8 azimuth: number;
9 /** Apparent (refraction-corrected) altitude above the horizon, degrees. */
10 altitude: number;
11}
12
13export function getPosition(date: Date, lat: number, lng: number): Position;
14

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…