Callback type for receiving array of GMSPlaceLikelihoods. If an error occurred, the array 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-08-27 UTC."],[[["\u003cp\u003e\u003ccode\u003eGMSPlaceLikelihoodsCallback\u003c/code\u003e is a block type used to handle the results of a place likelihood request.\u003c/p\u003e\n"],["\u003cp\u003eIt provides an array of \u003ccode\u003eGMSPlaceLikelihood\u003c/code\u003e objects, representing potential places and their likelihoods, or an error if the request failed.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers should consult the \u003ccode\u003eGMSPlacesClient\u003c/code\u003e documentation for usage details and to initiate place likelihood requests.\u003c/p\u003e\n"]]],["The `GMSPlaceLikelihoodsCallback` is a callback type that receives an array of `GMSPlaceLikelihood` objects. It's used to handle the results of place likelihood requests. If successful, it provides an array of places; otherwise, the array is nil, and an `NSError` object contains error details. It's associated with `GMSPlacesClient`.\n"],null,["# GooglePlaces Framework Reference\n\nGMSPlaceLikelihoodsCallback\n===========================\n\n typedef void (^GMSPlaceLikelihoodsCallback)(\n NSArray\u003c../Classes/GMSPlaceLikelihood.html *\u003e *_Nullable, NSError *_Nullable)\n\nCallback type for receiving array of [GMSPlaceLikelihood](../Classes/GMSPlaceLikelihood.html)s. If an error occurred, the array will\nbe nil and `error` will contain information about the error. \nSee\n[GMSPlacesClient](../Classes/GMSPlacesClient.html)"]]