Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RoofSegmentSizeAndSunshineStats

import type { RoofSegmentSizeAndSunshineStats } from "https://googleapis.deno.dev/v1/solar:v1.ts";

Information about the size and sunniness quantiles of a roof segment.

interface RoofSegmentSizeAndSunshineStats {
azimuthDegrees?: number;
boundingBox?: LatLngBox;
center?: LatLng;
pitchDegrees?: number;
planeHeightAtCenterMeters?: number;
}

§Properties

§
azimuthDegrees?: number
[src]

Compass direction the roof segment is pointing in. 0 = North, 90 = East, 180 = South. For a "flat" roof segment (pitch_degrees very near 0), azimuth is not well defined, so for consistency, we define it arbitrarily to be 0 (North).

§
boundingBox?: LatLngBox
[src]

The bounding box of the roof segment.

§
center?: LatLng
[src]

A point near the center of the roof segment.

§
pitchDegrees?: number
[src]

Angle of the roof segment relative to the theoretical ground plane. 0 = parallel to the ground, 90 = perpendicular to the ground.

§
planeHeightAtCenterMeters?: number
[src]

The height of the roof segment plane, in meters above sea level, at the point designated by center. Together with the pitch, azimuth, and center location, this fully defines the roof segment plane.

§

Total size and sunlight quantiles for the roof segment.