GooglePlaces Framework Reference
GMSPlaceLikelihoodsCallback
typedef void (^GMSPlaceLikelihoodsCallback)(
NSArray<GMSPlaceLikelihood *> *_Nullable, NSError *_Nullable)
Callback type for receiving array of GMSPlaceLikelihood
s. If an error occurred, the array will
be nil and error
will contain information about the error.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-08 UTC.
[null,null,["Last updated 2024-11-08 UTC."],[[["`GMSPlaceLikelihoodsCallback` is a block type used to handle the results of a place likelihood request."],["It provides an array of `GMSPlaceLikelihood` objects, representing potential places and their likelihoods, or an error if the request failed."],["Developers should consult the `GMSPlacesClient` documentation for usage details and to initiate place likelihood requests."]]],[]]