[[["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."],[[["`GMSAutocompleteSuggestionsCallback` is a block type used to handle the results of an autocomplete query."],["It provides an array of `GMSAutocompleteSuggestion` objects representing the suggested places and an `NSError` object for error handling."],["This callback is used in conjunction with `GMSPlacesClient` for place autocomplete requests."]]],["The `GMSAutocompleteSuggestionsCallback` is a callback type used for receiving autocomplete results. It delivers an array of `GMSAutocompleteSuggestion` objects or an `NSError` if an error occurred. This callback is utilized in conjunction with `GMSPlacesClient` to handle the outcomes of autocomplete requests. The callback provides either a list of suggestion or a signal that there was an error.\n"]]