Skip to content

Commit 244d188

Browse files
cezarykluczynskiJustin Poehnelt
authored andcommitted
fix: Typo in FieldMask lon to lng (#654)
1 parent 5776021 commit 244d188

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/google/maps/PlaceDetailsRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public enum FieldMask implements UrlValue {
126126
GEOMETRY("geometry"),
127127
GEOMETRY_LOCATION("geometry/location"),
128128
GEOMETRY_LOCATION_LAT("geometry/location/lat"),
129-
GEOMETRY_LOCATION_LNG("geometry/location/lon"),
129+
GEOMETRY_LOCATION_LNG("geometry/location/lng"),
130130
GEOMETRY_VIEWPORT("geometry/viewport"),
131131
GEOMETRY_VIEWPORT_NORTHEAST("geometry/viewport/northeast"),
132132
GEOMETRY_VIEWPORT_NORTHEAST_LAT("geometry/viewport/northeast/lat"),

0 commit comments

Comments
 (0)