Skip to content

Commit 3a9beb0

Browse files
1 parent 54cf853 commit 3a9beb0

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

src/Solar/Resource/BuildingInsights.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,12 @@ class BuildingInsights extends \Google\Service\Resource
4343
* `required_quality` is interpreted as the exact required quality and only
4444
* `MEDIUM` quality imagery is returned if `required_quality` is set to
4545
* `MEDIUM`.
46-
* @opt_param string experiments Optional. Specifies the pre-GA features to
47-
* enable.
46+
* @opt_param string experiments Optional. Specifies the pre-GA experiments to
47+
* enable. Requests using this field are classified as a pre-GA offering under
48+
* the [Google Maps Platform Service Specific
49+
* Terms](https://cloud.google.com/maps-platform/terms/maps-service-terms). See
50+
* [launch stage descriptions](https://cloud.google.com/maps-
51+
* platform/terms/launch-stages) for more details.
4852
* @opt_param double location.latitude The latitude in degrees. It must be in
4953
* the range [-90.0, +90.0].
5054
* @opt_param double location.longitude The longitude in degrees. It must be in

src/Solar/Resource/DataLayers.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@ class DataLayers extends \Google\Service\Resource
4444
* `MEDIUM` quality imagery is returned if `required_quality` is set to
4545
* `MEDIUM`.
4646
* @opt_param string experiments Optional. Specifies the pre-GA experiments to
47-
* enable.
47+
* enable. Requests using this field are classified as a pre-GA offering under
48+
* the [Google Maps Platform Service Specific
49+
* Terms](https://cloud.google.com/maps-platform/terms/maps-service-terms). See
50+
* [launch stage descriptions]( https://cloud.google.com/maps-
51+
* platform/terms/launch-stages) for more details.
4852
* @opt_param double location.latitude The latitude in degrees. It must be in
4953
* the range [-90.0, +90.0].
5054
* @opt_param double location.longitude The longitude in degrees. It must be in

0 commit comments

Comments
 (0)