Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/main/java/com/google/maps/model/AddressType.java
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,12 @@ public enum AddressType implements UrlValue {
/** Currently not a documented return type. */
STORAGE("storage"),

/** Currently not a documented return type. */
CASINO("casino"),

/** Currently not a documented return type. */
PARKING("parking"),

/**
* Indicates an unknown address type returned by the server. The Java Client for Google Maps
* Services should be updated to support the new value.
Expand Down