Skip to content

Commit 72e4d80

Browse files
authored
googlemaps#868 : Add landmark address component type
1 parent 2c4dd7a commit 72e4d80

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/com/google/maps/model/AddressComponentType.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,9 @@ public enum AddressComponentType {
280280
/** DRUGSTORE */
281281
DRUGSTORE("drugstore"),
282282

283+
/** Landmark */
284+
LANDMARK("landmark"),
285+
283286
/**
284287
* Indicates an unknown address component type returned by the server. The Java Client for Google
285288
* Maps Services should be updated to support the new value.

0 commit comments

Comments
 (0)