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-areainsights/v1/2.0.0/com/google/api/services/areainsights/v1/model/Circle.java
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,8 @@ public final class Circle extends com.google.api.client.json.GenericJson {
37
37
privateLatLnglatLng;
38
38
39
39
/**
40
-
* The Place resource name of the center of the circle. Only point places are supported.
40
+
* **Format:** Must be in the format `places/PLACE_ID`, where `PLACE_ID` is the unique identifier
41
+
* of a place. For example: `places/ChIJgUbEo8cfqokR5lP9_Wh_DaM`.
41
42
* The value may be {@code null}.
42
43
*/
43
44
@com.google.api.client.util.Key
@@ -68,15 +69,17 @@ public Circle setLatLng(LatLng latLng) {
68
69
}
69
70
70
71
/**
71
-
* The Place resource name of the center of the circle. Only point places are supported.
72
+
* **Format:** Must be in the format `places/PLACE_ID`, where `PLACE_ID` is the unique identifier
73
+
* of a place. For example: `places/ChIJgUbEo8cfqokR5lP9_Wh_DaM`.
72
74
* @return value or {@code null} for none
73
75
*/
74
76
publicjava.lang.StringgetPlace() {
75
77
returnplace;
76
78
}
77
79
78
80
/**
79
-
* The Place resource name of the center of the circle. Only point places are supported.
81
+
* **Format:** Must be in the format `places/PLACE_ID`, where `PLACE_ID` is the unique identifier
82
+
* of a place. For example: `places/ChIJgUbEo8cfqokR5lP9_Wh_DaM`.
0 commit comments