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.
2 parents cbb0094 + 883e4c2 commit 49ac931Copy full SHA for 49ac931
src/main/java/com/google/maps/model/AddressType.java
@@ -224,6 +224,12 @@ public enum AddressType implements UrlValue {
224
/** Currently not a documented return type. */
225
STORAGE("storage"),
226
227
+ /** Currently not a documented return type. */
228
+ CASINO("casino"),
229
+
230
231
+ PARKING("parking"),
232
233
/**
234
* Indicates an unknown address type returned by the server. The Java Client for Google Maps
235
* Services should be updated to support the new value.
0 commit comments