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
Copy file name to clipboardExpand all lines: clients/google-api-services-places/v1/2.0.0/com/google/api/services/places/v1/model/GoogleMapsPlacesV1SearchTextRequestLocationBias.java
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,9 @@ public final class GoogleMapsPlacesV1SearchTextRequestLocationBias extends com.g
38
38
privateGoogleMapsPlacesV1Circlecircle;
39
39
40
40
/**
41
-
* A rectangle box defined by northeast and southwest corner.
41
+
* A rectangle box defined by northeast and southwest corner. `rectangle.high()` must be the
42
+
* northeast point of the rectangle viewport. `rectangle.low()` must be the southwest point of the
43
+
* rectangle viewport.
42
44
* The value may be {@code null}.
43
45
*/
44
46
@com.google.api.client.util.Key
@@ -62,15 +64,19 @@ public GoogleMapsPlacesV1SearchTextRequestLocationBias setCircle(GoogleMapsPlace
62
64
}
63
65
64
66
/**
65
-
* A rectangle box defined by northeast and southwest corner.
67
+
* A rectangle box defined by northeast and southwest corner. `rectangle.high()` must be the
68
+
* northeast point of the rectangle viewport. `rectangle.low()` must be the southwest point of the
69
+
* rectangle viewport.
66
70
* @return value or {@code null} for none
67
71
*/
68
72
publicGoogleGeoTypeViewportgetRectangle() {
69
73
returnrectangle;
70
74
}
71
75
72
76
/**
73
-
* A rectangle box defined by northeast and southwest corner.
77
+
* A rectangle box defined by northeast and southwest corner. `rectangle.high()` must be the
78
+
* northeast point of the rectangle viewport. `rectangle.low()` must be the southwest point of the
79
+
* rectangle viewport.
74
80
* @param rectangle rectangle or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-places/v1/2.0.0/com/google/api/services/places/v1/model/GoogleMapsPlacesV1SearchTextRequestLocationRestriction.java
0 commit comments