Skip to content

Commit 1a91b9b

Browse files
Merge pull request googlemaps#382 from apjanke/add-travel-agency
AddressType: add travel_agency
2 parents dc774e5 + 896c3d2 commit 1a91b9b

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
/** Currently not a documented return type. */
237240
BEAUTY_SALON("beauty_salon"),
238241

0 commit comments

Comments
 (0)