@@ -595,7 +595,7 @@ message DataLayers {
|
595 | 595 | // (where we don't have data) are stored as -9999. |
596 | 596 | string dsm_url = 3; |
597 | 597 | |
598 | | -// The URL for an image of RGB data (aerial photo) of the region. |
| 598 | +// The URL for an image of RGB data (aerial or satellite photo) of the region. |
599 | 599 | string rgb_url = 4; |
600 | 600 | |
601 | 601 | // The URL for the building mask image: one bit per pixel saying whether that |
@@ -721,6 +721,15 @@ enum SolarPanelOrientation {
|
721 | 721 | } |
722 | 722 | |
723 | 723 | // Specifies pre-GA experiments that can be enabled in the API. |
| 724 | +// |
| 725 | +// Requests using this field are classified as a pre-GA offering |
| 726 | +// under the [Google Maps Platform Service Specific |
| 727 | +// Terms](https://cloud.google.com/maps-platform/terms/maps-service-terms). See |
| 728 | +// [launch stage |
| 729 | +// descriptions](https://cloud.google.com/maps-platform/terms/launch-stages) for |
| 730 | +// more details. |
| 731 | +// |
| 732 | +// New values may be added to this enum in the future. |
724 | 733 | enum Experiment { |
725 | 734 | // No experiments are specified. |
726 | 735 | EXPERIMENT_UNSPECIFIED = 0; |
|