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 2024-11-08 UTC."],[[["`GMSPlacesAutocompleteTypeFilter` is an enum used to restrict the results of a Places Autocomplete request."],["It offers various filter options like `noFilter`, `geocode`, `address`, `establishment`, `region`, and `city`."],["These filters allow developers to specify the type of results they want, such as businesses, addresses, or geographical regions."],["Each filter corresponds to a specific set of place types defined by the Google Places API."],["By applying these filters, developers can refine the autocomplete suggestions and improve the user experience."]]],["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"]]