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 49ac931 commit 4bacb0dCopy full SHA for 4bacb0d
src/main/java/com/google/maps/model/AddressType.java
@@ -230,6 +230,9 @@ public enum AddressType implements UrlValue {
230
/** Currently not a documented return type. */
231
PARKING("parking"),
232
233
+ /** Currently not a documented return type. */
234
+ STADIUM("stadium"),
235
+
236
/**
237
* Indicates an unknown address type returned by the server. The Java Client for Google Maps
238
* Services should be updated to support the new value.
0 commit comments