Place Types Stay organized with collections Save and categorize content based on your preferences.
This page lists the supported values for thetypes property.
- Table 1 lists the types that are supported for place searches, and can be returned with Place details results, and as part of autocomplete place predictions.
- Table 2 lists additional types that can be returned with Place details results, and as part of autocomplete place predictions.
- Table 3 lists types you can use in place autocomplete requests.
Table 1: Place types
The Place type values in Table 1 are used in the following ways:
- As part of a Place details response. The request must specify the appropriate "types"data field.
- As part of an Place Autocomplete (Legacy) place prediction. For more information on the rules for using these values, seePlace Autocomplete (Legacy).
- In the
typeparameter forplace searches (Places API only), to restrict the results to places matching the specified type.
accountingairportamusement_parkaquariumart_galleryatmbakerybankbarbeauty_salonbicycle_storebook_storebowling_alleybus_stationcafecampgroundcar_dealercar_rentalcar_repaircar_washcasinocemeterychurchcity_hallclothing_storeconvenience_storecourthousedentistdepartment_storedoctordrugstoreelectricianelectronics_storeembassyfire_stationfloristfuneral_homefurniture_storegas_stationgymhair_carehardware_storehindu_templehome_goods_storehospitalinsurance_agencyjewelry_storelaundry
lawyerlibrarylight_rail_stationliquor_storelocal_government_officelocksmithlodgingmeal_deliverymeal_takeawaymosquemovie_rentalmovie_theatermoving_companymuseumnight_clubpainterparkparkingpet_storepharmacyphysiotherapistplumberpolicepost_officeprimary_schoolreal_estate_agencyrestaurantroofing_contractorrv_parkschoolsecondary_schoolshoe_storeshopping_mallspastadiumstoragestoresubway_stationsupermarketsynagoguetaxi_standtourist_attractiontrain_stationtransit_stationtravel_agencyuniversityveterinary_carezoo
Table 2: Additional types returned by the Places service
The Place type values in Table 2 are used in the following ways:
- As part of the result of a Place details request (for example, a call to
fetchPlace()), or anywhere a Place result is returned. The request must specify the appropriate "types"data field. Note: Although - As part of an Place Autocomplete (Legacy) place prediction. For more information on the rules for using these values, seePlace Autocomplete (Legacy).
- To denote address components.
geocode andestablishment are part of Table 2, they cannot be combined with any other type in Tables 1, 2, or 3 in Place Autocomplete (Legacy) request filters.For more details on these types, refer toAddress Types.
Note: The types below arenot supported in thetype filter of a place search.administrative_area_level_1administrative_area_level_2administrative_area_level_3administrative_area_level_4administrative_area_level_5administrative_area_level_6administrative_area_level_7archipelagocolloquial_areacontinentcountryestablishmentfinancefloorfoodgeneral_contractorgeocodehealthintersectionlandmarklocalitynatural_featureneighborhoodplace_of_worship
plus_codepoint_of_interestpoliticalpost_boxpostal_codepostal_code_prefixpostal_code_suffixpostal_townpremiseroomroutestreet_addressstreet_numbersublocalitysublocality_level_1sublocality_level_2sublocality_level_3sublocality_level_4sublocality_level_5subpremisetown_square
Table 3: Type collections supported in Place Autocomplete (Legacy) requests
Use the Place type values in Table 3, or the values in Table 1 and Table 2, as partof a Place Autocomplete (Legacy) request to restrict the results to a specific type.
Only a single type from Table 3 is allowed in the request. If you do specify a value from Table 3,you cannot specify a value from Table 1 or Table 2.
For more information on the rules for using these values, seePlace Autocomplete (Legacy).
The supported types are:
geocodeinstructs the Place Autocomplete (Legacy) service to return only geocoding results, rather than business results. Generally, you use this request to disambiguate results where the location specified may be indeterminate.addressinstructs the Place Autocomplete (Legacy) service to return only geocoding results with a precise address. Generally, you use this request when you know the user will be looking for a fully specified address.establishmentinstructs the Place Autocomplete (Legacy) service to return only business results.- The
(regions)type collection instructs the Places service to return any result matching the following types:localitysublocalitypostal_codecountryadministrative_area_level_1administrative_area_level_2
- The
(cities)type collection instructs the Places service to return results that matchlocalityoradministrative_area_level_3.
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-31 UTC.