Callback type for receiving place likelihood lists. If an error occurred, likelihoodList will
be nil and error will contain information about the error.
[[["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-10-02 UTC."],[],["This code defines `GMSPlaceLikelihoodListCallback`, a callback type for receiving lists of place likelihoods. It returns a `GMSPlaceLikelihoodList` or, if an error occurs, `nil` along with an `NSError` containing error details. This callback is used in conjunction with `GMSPlacesClient`, suggesting its purpose is to deliver results from place-related queries.\n"]]