Skip to content

Commit 9884877

Browse files
1 parent 8752f1a commit 9884877

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

clients/google-api-services-places/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-places</artifactId>
25-
<version>v1-rev20250302-2.0.0</version>
25+
<version>v1-rev20250309-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-places:v1-rev20250302-2.0.0'
38+
implementation 'com.google.apis:google-api-services-places:v1-rev20250309-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-places/v1/2.0.0/com/google/api/services/places/v1/model/GoogleMapsPlacesV1PlaceSubDestination.java

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,12 @@
1717
package com.google.api.services.places.v1.model;
1818

1919
/**
20-
* Place resource name and id of sub destinations that relate to the place. For example, different
21-
* terminals are different destinations of an airport.
20+
* Sub destinations are specific places associated with a main place. These provide more specific
21+
* destinations for users who are searching for a large or complex place, like an airport, national
22+
* park, university, or stadium. For example, sub destinations at an airport might include
23+
* associated terminals and parking lots. Sub destinations return the place id and place resource
24+
* name, which can be used in subsequent Place Details (New) requests to fetch richer details,
25+
* including the sub destination's displayName and location.
2226
*
2327
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2428
* transmitted over HTTP when working with the Places API (New). For a detailed explanation see:

clients/google-api-services-places/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-places</artifactId>
11-
<version>v1-rev20250302-2.0.0</version>
12-
<name>Places API (New) v1-rev20250302-2.0.0</name>
11+
<version>v1-rev20250309-2.0.0</version>
12+
<name>Places API (New) v1-rev20250309-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-places/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-places</artifactId>
25-
<version>v1-rev20250302-2.0.0</version>
25+
<version>v1-rev20250309-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-places:v1-rev20250302-2.0.0'
38+
implementation 'com.google.apis:google-api-services-places:v1-rev20250309-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)