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

BuildingInsights

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

Response message for Solar.FindClosestBuildingInsights. Information about the location, dimensions, and solar potential of a building.

interface BuildingInsights {
administrativeArea?: string;
boundingBox?: LatLngBox;
center?: LatLng;
imageryDate?: Date;
imageryProcessedDate?: Date;
imageryQuality?:
| "IMAGERY_QUALITY_UNSPECIFIED"
| "HIGH"
| "MEDIUM"
| "LOW";
name?: string;
postalCode?: string;
regionCode?: string;
solarPotential?: SolarPotential;
statisticalArea?: string;
}

§Properties

§
administrativeArea?: string
[src]

Administrative area 1 (e.g., in the US, the state) that contains this building. For example, in the US, the abbreviation might be "MA" or "CA."

§
boundingBox?: LatLngBox
[src]

The bounding box of the building.

§
center?: LatLng
[src]

A point near the center of the building.

§
imageryDate?: Date
[src]

Date that the underlying imagery was acquired. This is approximate.

§
imageryProcessedDate?: Date
[src]

When processing was completed on this imagery.

§
imageryQuality?: "IMAGERY_QUALITY_UNSPECIFIED" | "HIGH" | "MEDIUM" | "LOW"
[src]

The quality of the imagery used to compute the data for this building.

§
name?: string
[src]

The resource name for the building, of the format building/.

§
postalCode?: string
[src]

Postal code (e.g., US zip code) this building is contained by.

§
regionCode?: string
[src]

Region code for the country (or region) this building is in.

§
solarPotential?: SolarPotential
[src]

Solar potential of the building.

§
statisticalArea?: string
[src]

Statistical area (e.g., US census tract) this building is in.