Skip to content

Commit dc774e5

Browse files
Merge pull request googlemaps#381 from apjanke/add-shoe-store
AddressType: add shoe_store
2 parents 7dbdbe0 + d893316 commit dc774e5

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
/** Currently not a documented return type. */
246249
BAKERY("bakery"),
247250

0 commit comments

Comments
 (0)