Table of Contents

Enum DataLayerView

Namespace
GoogleMapsApi.Entities.Solar.Request
Assembly
GoogleMapsApi.dll

Which subset of data layers the dataLayers:get endpoint should return.

public enum DataLayerView

Fields

[EnumMember(Value = "DSM_LAYER")] DsmLayer = 1

Digital surface model (DSM) only.

[EnumMember(Value = "FULL_LAYERS")] FullLayers = 5

Every available layer, including hourly shade.

[EnumMember(Value = "IMAGERY_AND_ALL_FLUX_LAYERS")] ImageryAndAllFluxLayers = 4

Imagery layers plus annual and monthly flux maps.

[EnumMember(Value = "IMAGERY_AND_ANNUAL_FLUX_LAYERS")] ImageryAndAnnualFluxLayers = 3

Imagery layers plus the annual flux map.

[EnumMember(Value = "IMAGERY_LAYERS")] ImageryLayers = 2

DSM, RGB and mask.

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

Equivalent to FullLayers.