We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7663057 commit d4cb413Copy full SHA for d4cb413
src/main/java/com/google/maps/model/AddressType.java
@@ -242,6 +242,9 @@ public enum AddressType implements UrlValue {
242
/** Currently not a documented return type. */
243
SPA("spa"),
244
245
+ /** Currently not a documented return type. */
246
+ SHOE_STORE("shoe_store"),
247
+
248
/**
249
* Indicates an unknown address type returned by the server. The Java Client for Google Maps
250
* Services should be updated to support the new value.
0 commit comments