Skip to content

Commit 9758c30

Browse files
Merge pull request googlemaps#384 from apjanke/add-night_club-addresstype
AddressType: add night_club
2 parents 1a91b9b + f03818d commit 9758c30

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

0 commit comments

Comments
 (0)