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/GoogleMapsPlacesV1Place.java
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -511,7 +511,8 @@ public final class GoogleMapsPlacesV1Place extends com.google.api.client.json.Ge
511
511
privatejava.lang.IntegerutcOffsetMinutes;
512
512
513
513
/**
514
-
* A viewport suitable for displaying the place on an average-sized map.
514
+
* A viewport suitable for displaying the place on an average-sized map. This viewport should not
515
+
* be used as the physical boundary or the service area of the business.
515
516
* The value may be {@code null}.
516
517
*/
517
518
@com.google.api.client.util.Key
@@ -1663,15 +1664,17 @@ public GoogleMapsPlacesV1Place setUtcOffsetMinutes(java.lang.Integer utcOffsetMi
1663
1664
}
1664
1665
1665
1666
/**
1666
-
* A viewport suitable for displaying the place on an average-sized map.
1667
+
* A viewport suitable for displaying the place on an average-sized map. This viewport should not
1668
+
* be used as the physical boundary or the service area of the business.
1667
1669
* @return value or {@code null} for none
1668
1670
*/
1669
1671
publicGoogleGeoTypeViewportgetViewport() {
1670
1672
returnviewport;
1671
1673
}
1672
1674
1673
1675
/**
1674
-
* A viewport suitable for displaying the place on an average-sized map.
1676
+
* A viewport suitable for displaying the place on an average-sized map. This viewport should not
1677
+
* be used as the physical boundary or the service area of the business.
1675
1678
* @param viewport viewport or {@code null} for none
0 commit comments