diff --git a/src/main/java/com/google/maps/model/AddressComponentType.java b/src/main/java/com/google/maps/model/AddressComponentType.java index aa0d565d7..e2e148c7b 100644 --- a/src/main/java/com/google/maps/model/AddressComponentType.java +++ b/src/main/java/com/google/maps/model/AddressComponentType.java @@ -280,6 +280,9 @@ public enum AddressComponentType { /** DRUGSTORE */ DRUGSTORE("drugstore"), + /** Landmark */ + LANDMARK("landmark"), + /** * Indicates an unknown address component type returned by the server. The Java Client for Google * Maps Services should be updated to support the new value.