Results that match the following types:
“locality”,
“sublocality”
“postal_code”,
“country”,
“administrative_area_level_1”,
“administrative_area_level_2”
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-27 UTC."],[[["\u003cp\u003e\u003ccode\u003eGMSPlacesAutocompleteTypeFilter\u003c/code\u003e is an enum used to restrict the results of a Places Autocomplete request.\u003c/p\u003e\n"],["\u003cp\u003eIt offers various filter options like \u003ccode\u003enoFilter\u003c/code\u003e, \u003ccode\u003egeocode\u003c/code\u003e, \u003ccode\u003eaddress\u003c/code\u003e, \u003ccode\u003eestablishment\u003c/code\u003e, \u003ccode\u003eregion\u003c/code\u003e, and \u003ccode\u003ecity\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThese filters allow developers to specify the type of results they want, such as businesses, addresses, or geographical regions.\u003c/p\u003e\n"],["\u003cp\u003eEach filter corresponds to a specific set of place types defined by the Google Places API.\u003c/p\u003e\n"],["\u003cp\u003eBy applying these filters, developers can refine the autocomplete suggestions and improve the user experience.\u003c/p\u003e\n"]]],["The `GMSPlacesAutocompleteTypeFilter` enum defines filters for autocomplete requests. `noFilter` returns all results. `geocode` provides geocoding results, while `address` returns results with precise addresses. `establishment` shows business results. `region` filters by locality, sublocality, postal code, country, and administrative areas. Lastly, `city` filters by locality and administrative area level 3. Each filter has corresponding Swift and Objective-C declarations.\n"],null,[]]