Skip to content

Commit 4bacb0d

Browse files
committed
AddressType: add STADIUM
1 parent 49ac931 commit 4bacb0d

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
@@ -230,6 +230,9 @@ public enum AddressType implements UrlValue {
230230
/** Currently not a documented return type. */
231231
PARKING("parking"),
232232

233+
/** Currently not a documented return type. */
234+
STADIUM("stadium"),
235+
233236
/**
234237
* Indicates an unknown address type returned by the server. The Java Client for Google Maps
235238
* Services should be updated to support the new value.

0 commit comments

Comments
 (0)