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/GoogleMapsPlacesV1AddressDescriptorLandmark.java
+18-9Lines changed: 18 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -59,15 +59,18 @@ public final class GoogleMapsPlacesV1AddressDescriptorLandmark extends com.googl
59
59
privatejava.lang.StringspatialRelationship;
60
60
61
61
/**
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`.
63
65
* The value may be {@code null}.
64
66
*/
65
67
@com.google.api.client.util.Key
66
68
privatejava.lang.FloatstraightLineDistanceMeters;
67
69
68
70
/**
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.
71
74
* The value may be {@code null}.
72
75
*/
73
76
@com.google.api.client.util.Key
@@ -150,15 +153,19 @@ public GoogleMapsPlacesV1AddressDescriptorLandmark setSpatialRelationship(java.l
150
153
}
151
154
152
155
/**
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
0 commit comments