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 49ac931 + 4bacb0d commit 06e488eCopy full SHA for 06e488e
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