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/GoogleMapsPlacesV1PlaceGoogleMapsLinks.java
+9-18Lines changed: 9 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,7 @@ public final class GoogleMapsPlacesV1PlaceGoogleMapsLinks extends com.google.api
38
38
privatejava.lang.StringdirectionsUri;
39
39
40
40
/**
41
-
* A link to show photos of this place. This link is currently not supported on Google Maps Mobile
42
-
* and only works on the web version of Google Maps.
41
+
* A link to show reviews of this place on Google Maps.
43
42
* The value may be {@code null}.
44
43
*/
45
44
@com.google.api.client.util.Key
@@ -53,16 +52,14 @@ public final class GoogleMapsPlacesV1PlaceGoogleMapsLinks extends com.google.api
53
52
privatejava.lang.StringplaceUri;
54
53
55
54
/**
56
-
* A link to show reviews of this place. This link is currently not supported on Google Maps
57
-
* Mobile and only works on the web version of Google Maps.
55
+
* A link to show reviews of this place on Google Maps.
58
56
* The value may be {@code null}.
59
57
*/
60
58
@com.google.api.client.util.Key
61
59
privatejava.lang.StringreviewsUri;
62
60
63
61
/**
64
-
* A link to write a review for this place. This link is currently not supported on Google Maps
65
-
* Mobile and only works on the web version of Google Maps.
62
+
* A link to show reviews of this place on Google Maps.
66
63
* The value may be {@code null}.
67
64
*/
68
65
@com.google.api.client.util.Key
@@ -88,17 +85,15 @@ public GoogleMapsPlacesV1PlaceGoogleMapsLinks setDirectionsUri(java.lang.String
88
85
}
89
86
90
87
/**
91
-
* A link to show photos of this place. This link is currently not supported on Google Maps Mobile
92
-
* and only works on the web version of Google Maps.
88
+
* A link to show reviews of this place on Google Maps.
93
89
* @return value or {@code null} for none
94
90
*/
95
91
publicjava.lang.StringgetPhotosUri() {
96
92
returnphotosUri;
97
93
}
98
94
99
95
/**
100
-
* A link to show photos of this place. This link is currently not supported on Google Maps Mobile
101
-
* and only works on the web version of Google Maps.
96
+
* A link to show reviews of this place on Google Maps.
102
97
* @param photosUri photosUri 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/GoogleMapsPlacesV1Review.java
-24Lines changed: 0 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -94,13 +94,6 @@ public final class GoogleMapsPlacesV1Review extends com.google.api.client.json.G
94
94
@com.google.api.client.util.Key
95
95
privateGoogleTypeLocalizedTexttext;
96
96
97
-
/**
98
-
* The date when the author visited the place. This is trucated to month.
Copy file name to clipboardExpand all lines: clients/google-api-services-places/v1/2.0.0/com/google/api/services/places/v1/model/GoogleMapsPlacesV1ReviewVisitDate.java
0 commit comments