You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="firstline">Locates the building whose centroid is closest to a query point. Returns an error with code `NOT_FOUND` if there are no buildings within approximately 50m of the query point.</p>
<pre>Locates the building whose centroid is closest to a query point. Returns an error with code `NOT_FOUND` if there are no buildings within approximately 50m of the query point.
92
92
93
93
Args:
94
+
exactQualityRequired: boolean, Optional. Whether to require exact quality of the imagery. If set to false, the `required_quality` field is interpreted as the minimum required quality, such that HIGH quality imagery may be returned when `required_quality` is set to MEDIUM. If set to true, `required_quality` is interpreted as the exact required quality and only `MEDIUM` quality imagery is returned if `required_quality` is set to `MEDIUM`.
94
95
experiments: string, Optional. Specifies the pre-GA features to enable. (repeated)
95
96
Allowed values
96
97
EXPERIMENT_UNSPECIFIED - No experiments are specified.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/solar.v1.json
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,11 @@
114
114
"id": "solar.buildingInsights.findClosest",
115
115
"parameterOrder": [],
116
116
"parameters": {
117
+
"exactQualityRequired": {
118
+
"description": "Optional. Whether to require exact quality of the imagery. If set to false, the `required_quality` field is interpreted as the minimum required quality, such that HIGH quality imagery may be returned when `required_quality` is set to MEDIUM. If set to true, `required_quality` is interpreted as the exact required quality and only `MEDIUM` quality imagery is returned if `required_quality` is set to `MEDIUM`.",
119
+
"location": "query",
120
+
"type": "boolean"
121
+
},
117
122
"experiments": {
118
123
"description": "Optional. Specifies the pre-GA features to enable.",
0 commit comments