Namespace GoogleMapsApi.Entities.Solar.Request
Classes
- BuildingInsightsRequest
Request for the Google Solar API
buildingInsights:findClosestendpoint (GET https://solar.googleapis.com/v1/buildingInsights:findClosest). Returns solar potential, roof geometry, panel layouts and financial analyses for the building closest to the supplied coordinate.
- DataLayersRequest
Request for the Google Solar API
dataLayers:getendpoint (GET https://solar.googleapis.com/v1/dataLayers:get). Returns URLs to raster data layers (DSM, RGB, mask, annual/monthly flux, hourly shade) covering a region around a point. Download each layer with a GeoTiffRequest.
- GeoTiffRequest
Request for the Google Solar API
geoTiff:getendpoint (GET https://solar.googleapis.com/v1/geoTiff:get). Downloads the raw GeoTIFF bytes for a data layer URL returned by a DataLayersRequest.
Enums
- DataLayerView
Which subset of data layers the
dataLayers:getendpoint should return.
- ImageryQuality
Quality of the imagery the Solar API used (or is required to use). Higher quality means finer-resolution data. Used both as a request constraint (
requiredQuality) and a response field (imageryQuality).