Skip to content

Commit d893316

Browse files
Merge branch 'master' into add-shoe-store
2 parents d4cb413 + 7dbdbe0 commit d893316

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
@@ -245,6 +245,42 @@ public enum AddressType implements UrlValue {
245245
/** Currently not a documented return type. */
246246
SHOE_STORE("shoe_store"),
247247

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

0 commit comments

Comments
 (0)