@@ -242,6 +242,42 @@ public enum AddressType implements UrlValue {
242
242
/** Currently not a documented return type. */
243
243
SPA ("spa" ),
244
244
245
+ /** Currently not a documented return type. */
246
+ BAKERY ("bakery" ),
247
+
248
+ /** Currently not a documented return type. */
249
+ PHARMACY ("pharmacy" ),
250
+
251
+ /** Currently not a documented return type. */
252
+ SCHOOL ("school" ),
253
+
254
+ /** Currently not a documented return type. */
255
+ BOOK_STORE ("book_store" ),
256
+
257
+ /** Currently not a documented return type. */
258
+ DEPARTMENT_STORE ("department_store" ),
259
+
260
+ /** Currently not a documented return type. */
261
+ RESTAURANT ("restaurant" ),
262
+
263
+ /** Currently not a documented return type. */
264
+ REAL_ESTATE_AGENCY ("real_estate_agency" ),
265
+
266
+ /** Currently not a documented return type. */
267
+ BAR ("bar" ),
268
+
269
+ /** Currently not a documented return type. */
270
+ DOCTOR ("doctor" ),
271
+
272
+ /** Currently not a documented return type. */
273
+ HOSPITAL ("hospital" ),
274
+
275
+ /** Currently not a documented return type. */
276
+ FIRE_STATION ("fire_station" ),
277
+
278
+ /** Currently not a documented return type. */
279
+ SUPERMARKET ("supermarket" ),
280
+
245
281
/**
246
282
* Indicates an unknown address type returned by the server. The Java Client for Google Maps
247
283
* Services should be updated to support the new value.
0 commit comments