Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ message DataLayers {
// (where we don't have data) are stored as -9999.
string dsm_url = 3;

// The URL for an image of RGB data (aerial photo) of the region.
// The URL for an image of RGB data (aerial or satellite photo) of the region.
string rgb_url = 4;

// The URL for the building mask image: one bit per pixel saying whether that
Expand Down Expand Up @@ -721,6 +721,15 @@ enum SolarPanelOrientation {
}

// Specifies pre-GA experiments that can be enabled in the API.
//
// Requests using this field are classified as a pre-GA offering
// under the [Google Maps Platform Service Specific
// Terms](https://cloud.google.com/maps-platform/terms/maps-service-terms). See
// [launch stage
// descriptions](https://cloud.google.com/maps-platform/terms/launch-stages) for
// more details.
//
// New values may be added to this enum in the future.
enum Experiment {
// No experiments are specified.
EXPERIMENT_UNSPECIFIED = 0;
Expand Down