Skip to content

Commit a99e54e

Browse files
committed
AddressType: add travel_agency
1 parent 06e488e commit a99e54e

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
@@ -233,6 +233,9 @@ public enum AddressType implements UrlValue {
233233
/** Currently not a documented return type. */
234234
STADIUM("stadium"),
235235

236+
/** Currently not a documented return type. */
237+
TRAVEL_AGENCY("travel_agency"),
238+
236239
/**
237240
* Indicates an unknown address type returned by the server. The Java Client for Google Maps
238241
* Services should be updated to support the new value.

0 commit comments

Comments
 (0)