Skip to content

Commit fba313d

Browse files
Merge pull request googlemaps#378 from apjanke/respect-beauty-care
AddressType: add beauty care types
2 parents 06e488e + 9444fcd commit fba313d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,15 @@ public enum AddressType implements UrlValue {
233233
/** Currently not a documented return type. */
234234
STADIUM("stadium"),
235235

236+
/** Currently not a documented return type. */
237+
BEAUTY_SALON("beauty_salon"),
238+
239+
/** Currently not a documented return type. */
240+
HAIR_CARE("hair_care"),
241+
242+
/** Currently not a documented return type. */
243+
SPA("spa"),
244+
236245
/**
237246
* Indicates an unknown address type returned by the server. The Java Client for Google Maps
238247
* Services should be updated to support the new value.

0 commit comments

Comments
 (0)