Class BuildingInsights
Response message for Solar.FindClosestBuildingInsights
. Information about the location, dimensions, and solar
potential of a building.
Implements
Inherited Members
Namespace: Google.Apis.Solar.v1.Data
Assembly: Google.Apis.Solar.v1.dll
Syntax
public class BuildingInsights : IDirectResponseSchema
Properties
AdministrativeArea
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."
Declaration
[JsonProperty("administrativeArea")]
public virtual string AdministrativeArea { get; set; }
Property Value
Type | Description |
---|---|
string |
BoundingBox
The bounding box of the building.
Declaration
[JsonProperty("boundingBox")]
public virtual LatLngBox BoundingBox { get; set; }
Property Value
Type | Description |
---|---|
LatLngBox |
Center
A point near the center of the building.
Declaration
[JsonProperty("center")]
public virtual LatLng Center { get; set; }
Property Value
Type | Description |
---|---|
LatLng |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ImageryDate
Date that the underlying imagery was acquired. This is approximate.
Declaration
[JsonProperty("imageryDate")]
public virtual Date ImageryDate { get; set; }
Property Value
Type | Description |
---|---|
Date |
ImageryProcessedDate
When processing was completed on this imagery.
Declaration
[JsonProperty("imageryProcessedDate")]
public virtual Date ImageryProcessedDate { get; set; }
Property Value
Type | Description |
---|---|
Date |
ImageryQuality
The quality of the imagery used to compute the data for this building.
Declaration
[JsonProperty("imageryQuality")]
public virtual string ImageryQuality { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The resource name for the building, of the format building/
.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
PostalCode
Postal code (e.g., US zip code) this building is contained by.
Declaration
[JsonProperty("postalCode")]
public virtual string PostalCode { get; set; }
Property Value
Type | Description |
---|---|
string |
RegionCode
Region code for the country (or region) this building is in.
Declaration
[JsonProperty("regionCode")]
public virtual string RegionCode { get; set; }
Property Value
Type | Description |
---|---|
string |
SolarPotential
Solar potential of the building.
Declaration
[JsonProperty("solarPotential")]
public virtual SolarPotential SolarPotential { get; set; }
Property Value
Type | Description |
---|---|
SolarPotential |
StatisticalArea
Statistical area (e.g., US census tract) this building is in.
Declaration
[JsonProperty("statisticalArea")]
public virtual string StatisticalArea { get; set; }
Property Value
Type | Description |
---|---|
string |