Class SolarPanel
SolarPanel describes the position, orientation, and production of a single solar panel. See the panel_height_meters, panel_width_meters, and panel_capacity_watts fields in SolarPotential for information on the parameters of the panel.
Implements
Inherited Members
Namespace: Google.Apis.Solar.v1.Data
Assembly: Google.Apis.Solar.v1.dll
Syntax
public class SolarPanel : IDirectResponseSchema
Properties
Center
The centre of the panel.
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 |
Orientation
The orientation of the panel.
Declaration
[JsonProperty("orientation")]
public virtual string Orientation { get; set; }
Property Value
Type | Description |
---|---|
string |
SegmentIndex
Index in roof_segment_stats of the RoofSegmentSizeAndSunshineStats
which corresponds to the roof segment
that this panel is placed on.
Declaration
[JsonProperty("segmentIndex")]
public virtual int? SegmentIndex { get; set; }
Property Value
Type | Description |
---|---|
int? |
YearlyEnergyDcKwh
How much sunlight energy this layout captures over the course of a year, in DC kWh.
Declaration
[JsonProperty("yearlyEnergyDcKwh")]
public virtual float? YearlyEnergyDcKwh { get; set; }
Property Value
Type | Description |
---|---|
float? |