Skip to content

Commit 06e488e

Browse files
Merge pull request googlemaps#379 from apjanke/add-stadium-addresstype
AddressType: add STADIUM
2 parents 49ac931 + 4bacb0d commit 06e488e

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)