Skip to content

Commit f03818d

Browse files
committed
AddressType: add night_club
1 parent a99e54e commit f03818d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,10 @@ public enum AddressType implements UrlValue {
234234
STADIUM("stadium"),
235235

236236
/** Currently not a documented return type. */
237-
TRAVEL_AGENCY("travel_agency"),
237+
TRAVEL_AGENCY("travel_agency"),
238+
239+
/** Currently not a documented return type. */
240+
NIGHT_CLUB("night_club"),
238241

239242
/**
240243
* Indicates an unknown address type returned by the server. The Java Client for Google Maps

0 commit comments

Comments
 (0)