Enum SolarPanelOrientation
- Namespace
- GoogleMapsApi.Entities.Solar.Response
- Assembly
- GoogleMapsApi.dll
Orientation of a solar panel relative to its roof segment.
public enum SolarPanelOrientation
Fields
[EnumMember(Value = "LANDSCAPE")] Landscape = 1The panel's long side runs horizontally (east–west).
[EnumMember(Value = "PORTRAIT")] Portrait = 2The panel's long side runs vertically (north–south).
[EnumMember(Value = "SOLAR_PANEL_ORIENTATION_UNSPECIFIED")] Unspecified = 0No orientation specified.