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