GooglePlaces Framework Reference
GMSPlaceResultCallback
typedef void (^GMSPlaceResultCallback)(GMSPlace *_Nullable, NSError *_Nullable)
Callback type for receiving place details lookups. If an error occurred,
result
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."],[[["`GMSPlaceResultCallback` is a callback type used for receiving results from place details lookups initiated by `GMSPlacesClient`."],["Upon completion, it provides a `GMSPlace` object containing place details if the lookup was successful, or an `NSError` object describing the error if it failed."]]],[]]