Skip to content

Commit 49ac931

Browse files
Merge pull request googlemaps#377 from apjanke/casino-and-parking-addresstypes
AddressType: add CASINO and PARKING
2 parents cbb0094 + 883e4c2 commit 49ac931

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/java/com/google/maps/model/AddressType.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,12 @@ public enum AddressType implements UrlValue {
224224
/** Currently not a documented return type. */
225225
STORAGE("storage"),
226226

227+
/** Currently not a documented return type. */
228+
CASINO("casino"),
229+
230+
/** Currently not a documented return type. */
231+
PARKING("parking"),
232+
227233
/**
228234
* Indicates an unknown address type returned by the server. The Java Client for Google Maps
229235
* Services should be updated to support the new value.

0 commit comments

Comments
 (0)