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.
2 parents 06e488e + 9444fcd commit fba313dCopy full SHA for fba313d
src/main/java/com/google/maps/model/AddressType.java
@@ -233,6 +233,15 @@ public enum AddressType implements UrlValue {
233
/** Currently not a documented return type. */
234
STADIUM("stadium"),
235
236
+ /** Currently not a documented return type. */
237
+ BEAUTY_SALON("beauty_salon"),
238
+
239
240
+ HAIR_CARE("hair_care"),
241
242
243
+ SPA("spa"),
244
245
/**
246
* Indicates an unknown address type returned by the server. The Java Client for Google Maps
247
* Services should be updated to support the new value.
0 commit comments