We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e488e commit a99e54eCopy full SHA for a99e54e
src/main/java/com/google/maps/model/AddressType.java
@@ -233,6 +233,9 @@ public enum AddressType implements UrlValue {
233
/** Currently not a documented return type. */
234
STADIUM("stadium"),
235
236
+ /** Currently not a documented return type. */
237
+ TRAVEL_AGENCY("travel_agency"),
238
+
239
/**
240
* Indicates an unknown address type returned by the server. The Java Client for Google Maps
241
* Services should be updated to support the new value.
0 commit comments