docs: Add satellite imagery to `rgb_url` description · googleapis/googleapis@a65054d

Original file line numberDiff line numberDiff line change

@@ -595,7 +595,7 @@ message DataLayers {

595595

// (where we don't have data) are stored as -9999.

596596

string dsm_url = 3;

597597
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.

599599

string rgb_url = 4;

600600
601601

// The URL for the building mask image: one bit per pixel saying whether that

@@ -721,6 +721,15 @@ enum SolarPanelOrientation {

721721

}

722722
723723

// 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.

724733

enum Experiment {

725734

// No experiments are specified.

726735

EXPERIMENT_UNSPECIFIED = 0;