SDK JS
    Preparing search index...

    One sampled sun position along the day's arc, as produced by sampleSunDay.

    interface SunSample {
        altitudeDeg: number;
        azimuthDeg: number;
        min: number;
    }
    Index

    Properties

    altitudeDeg: number

    Sun altitude above the horizon, in degrees (negative below the horizon).

    azimuthDeg: number

    Sun azimuth, in degrees clockwise from north.

    min: number

    Local solar minute-of-day in [0, 1440] this sample was taken at.