Skip to content

Commit

Permalink
googlemaps#868 : Add landmark address component type
Browse files Browse the repository at this point in the history
  • Loading branch information
anprav authored Oct 28, 2022
1 parent 2c4dd7a commit 72e4d80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/com/google/maps/model/AddressComponentType.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 72e4d80

Please sign in to comment.