We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5776021 commit 244d188Copy full SHA for 244d188
1 file changed
src/main/java/com/google/maps/PlaceDetailsRequest.java
@@ -126,7 +126,7 @@ public enum FieldMask implements UrlValue {
126
GEOMETRY("geometry"),
127
GEOMETRY_LOCATION("geometry/location"),
128
GEOMETRY_LOCATION_LAT("geometry/location/lat"),
129
- GEOMETRY_LOCATION_LNG("geometry/location/lon"),
+ GEOMETRY_LOCATION_LNG("geometry/location/lng"),
130
GEOMETRY_VIEWPORT("geometry/viewport"),
131
GEOMETRY_VIEWPORT_NORTHEAST("geometry/viewport/northeast"),
132
GEOMETRY_VIEWPORT_NORTHEAST_LAT("geometry/viewport/northeast/lat"),
0 commit comments