Table of Contents

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 = 1

The panel's long side runs horizontally (east–west).

[EnumMember(Value = "PORTRAIT")] Portrait = 2

The panel's long side runs vertically (north–south).

[EnumMember(Value = "SOLAR_PANEL_ORIENTATION_UNSPECIFIED")] Unspecified = 0

No orientation specified.