File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed
clients/google-api-services-places/v1
com/google/api/services/places/v1 Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-places</artifactId >
25
- <version >v1-rev20240918 -2.0.0</version >
25
+ <version >v1-rev20240920 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-places:v1-rev20240918 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-places:v1-rev20240920 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -35,6 +35,9 @@ public class MapsPlacesScopes {
35
35
/** Private Service: https://www.googleapis.com/auth/maps-platform.places.details. */
36
36
public static final String MAPS_PLATFORM_PLACES_DETAILS = "https://www.googleapis.com/auth/maps-platform.places.details" ;
37
37
38
+ /** Private Service: https://www.googleapis.com/auth/maps-platform.places.getphotomedia. */
39
+ public static final String MAPS_PLATFORM_PLACES_GETPHOTOMEDIA = "https://www.googleapis.com/auth/maps-platform.places.getphotomedia" ;
40
+
38
41
/** Private Service: https://www.googleapis.com/auth/maps-platform.places.nearbysearch. */
39
42
public static final String MAPS_PLATFORM_PLACES_NEARBYSEARCH = "https://www.googleapis.com/auth/maps-platform.places.nearbysearch" ;
40
43
@@ -52,6 +55,7 @@ public static java.util.Set<String> all() {
52
55
set .add (MAPS_PLATFORM_PLACES );
53
56
set .add (MAPS_PLATFORM_PLACES_AUTOCOMPLETE );
54
57
set .add (MAPS_PLATFORM_PLACES_DETAILS );
58
+ set .add (MAPS_PLATFORM_PLACES_GETPHOTOMEDIA );
55
59
set .add (MAPS_PLATFORM_PLACES_NEARBYSEARCH );
56
60
set .add (MAPS_PLATFORM_PLACES_TEXTSEARCH );
57
61
return java .util .Collections .unmodifiableSet (set );
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<artifactId >google-api-services-places</artifactId >
11
- <version >v1-rev20240918 -2.0.0</version >
12
- <name >Places API (New) v1-rev20240918 -2.0.0</name >
11
+ <version >v1-rev20240920 -2.0.0</version >
12
+ <name >Places API (New) v1-rev20240920 -2.0.0</name >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-places</artifactId >
25
- <version >v1-rev20240918 -2.0.0</version >
25
+ <version >v1-rev20240920 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-places:v1-rev20240918 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-places:v1-rev20240920 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments