GooglePlaces Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
GMSPlaceLikelihoodListCallback
Callback type for receiving place likelihood lists. If an error occurred, likelihoodList
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 2025-10-02 UTC.
[null,null,["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"]]