Table of Contents

Class SolarPanel

Namespace
GoogleMapsApi.Entities.Solar.Response
Assembly
GoogleMapsApi.dll

A single solar panel in a potential layout.

public sealed class SolarPanel
Inheritance
SolarPanel
Inherited Members

Properties

Center

The centre of the panel.

[JsonPropertyName("center")]
public LatLng? Center { get; set; }

Property Value

LatLng

Orientation

The orientation of the panel.

[JsonPropertyName("orientation")]
public SolarPanelOrientation Orientation { get; set; }

Property Value

SolarPanelOrientation

SegmentIndex

Index in SolarPotential.RoofSegmentStats of the segment this panel sits on.

[JsonPropertyName("segmentIndex")]
public int SegmentIndex { get; set; }

Property Value

int

YearlyEnergyDcKwh

How much energy this panel would produce per year, in DC kWh.

[JsonPropertyName("yearlyEnergyDcKwh")]
public float YearlyEnergyDcKwh { get; set; }

Property Value

float