Skip to content

Commit e3e8e2c

Browse files
committed
AddressType: add more types observed by steveetl
1 parent 7663057 commit e3e8e2c

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

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

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,42 @@ public enum AddressType implements UrlValue {
242242
/** Currently not a documented return type. */
243243
SPA("spa"),
244244

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+
245281
/**
246282
* Indicates an unknown address type returned by the server. The Java Client for Google Maps
247283
* Services should be updated to support the new value.

0 commit comments

Comments
 (0)