Skip to content

Commit d37b93c

Browse files
1 parent e67b237 commit d37b93c

File tree

4 files changed

+24
-15
lines changed

4 files changed

+24
-15
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-rev20241015-2.0.0</version>
25+
<version>v1-rev20241022-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-rev20241015-2.0.0'
38+
implementation 'com.google.apis:google-api-services-places:v1-rev20241022-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,18 @@ public final class GoogleMapsPlacesV1AddressDescriptorLandmark extends com.googl
5959
private java.lang.String spatialRelationship;
6060

6161
/**
62-
* The straight line distance in meters between the target location and the landmark.
62+
* The straight line distance, in meters, between the center point of the target and the center
63+
* point of the landmark. In some situations, this value can be longer than
64+
* `travel_distance_meters`.
6365
* The value may be {@code null}.
6466
*/
6567
@com.google.api.client.util.Key
6668
private java.lang.Float straightLineDistanceMeters;
6769

6870
/**
69-
* The travel distance in meters along the road network if known. This does not take into account
70-
* the mode of transportation (walking/driving).
71+
* The travel distance, in meters, along the road network from the target to the landmark, if
72+
* known. This value does not take into account the mode of transportation, such as walking,
73+
* driving, or biking.
7174
* The value may be {@code null}.
7275
*/
7376
@com.google.api.client.util.Key
@@ -150,15 +153,19 @@ public GoogleMapsPlacesV1AddressDescriptorLandmark setSpatialRelationship(java.l
150153
}
151154

152155
/**
153-
* The straight line distance in meters between the target location and the landmark.
156+
* The straight line distance, in meters, between the center point of the target and the center
157+
* point of the landmark. In some situations, this value can be longer than
158+
* `travel_distance_meters`.
154159
* @return value or {@code null} for none
155160
*/
156161
public java.lang.Float getStraightLineDistanceMeters() {
157162
return straightLineDistanceMeters;
158163
}
159164

160165
/**
161-
* The straight line distance in meters between the target location and the landmark.
166+
* The straight line distance, in meters, between the center point of the target and the center
167+
* point of the landmark. In some situations, this value can be longer than
168+
* `travel_distance_meters`.
162169
* @param straightLineDistanceMeters straightLineDistanceMeters or {@code null} for none
163170
*/
164171
public GoogleMapsPlacesV1AddressDescriptorLandmark setStraightLineDistanceMeters(java.lang.Float straightLineDistanceMeters) {
@@ -167,17 +174,19 @@ public GoogleMapsPlacesV1AddressDescriptorLandmark setStraightLineDistanceMeters
167174
}
168175

169176
/**
170-
* The travel distance in meters along the road network if known. This does not take into account
171-
* the mode of transportation (walking/driving).
177+
* The travel distance, in meters, along the road network from the target to the landmark, if
178+
* known. This value does not take into account the mode of transportation, such as walking,
179+
* driving, or biking.
172180
* @return value or {@code null} for none
173181
*/
174182
public java.lang.Float getTravelDistanceMeters() {
175183
return travelDistanceMeters;
176184
}
177185

178186
/**
179-
* The travel distance in meters along the road network if known. This does not take into account
180-
* the mode of transportation (walking/driving).
187+
* The travel distance, in meters, along the road network from the target to the landmark, if
188+
* known. This value does not take into account the mode of transportation, such as walking,
189+
* driving, or biking.
181190
* @param travelDistanceMeters travelDistanceMeters or {@code null} for none
182191
*/
183192
public GoogleMapsPlacesV1AddressDescriptorLandmark setTravelDistanceMeters(java.lang.Float travelDistanceMeters) {

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-rev20241015-2.0.0</version>
12-
<name>Places API (New) v1-rev20241015-2.0.0</name>
11+
<version>v1-rev20241022-2.0.0</version>
12+
<name>Places API (New) v1-rev20241022-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-rev20241015-2.0.0</version>
25+
<version>v1-rev20241022-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-rev20241015-2.0.0'
38+
implementation 'com.google.apis:google-api-services-places:v1-rev20241022-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)