Skip to content

Commit d4cb413

Browse files
committed
AddressType: add shoe_store
1 parent 7663057 commit d4cb413

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,9 @@ public enum AddressType implements UrlValue {
242242
/** Currently not a documented return type. */
243243
SPA("spa"),
244244

245+
/** Currently not a documented return type. */
246+
SHOE_STORE("shoe_store"),
247+
245248
/**
246249
* Indicates an unknown address type returned by the server. The Java Client for Google Maps
247250
* Services should be updated to support the new value.

0 commit comments

Comments
 (0)