GooglePlaces Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
GMSPlaceSearchByTextResultCallback
typedef void (^GMSPlaceSearchByTextResultCallback)(
NSArray<GMSPlace *> *_Nullable, NSError *_Nullable)
Callback type for receiving search by text results. results
is an array of
GMSPlace
representing individual results matching the query.
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-08-27 UTC.
[null,null,["Last updated 2025-08-27 UTC."],[],["The `GMSPlaceSearchByTextResultCallback` is a callback type that delivers search results. It returns an array of `GMSPlace` objects, each representing a place matching the text query. The callback also handles errors using the `NSError` parameter. This callback is used with `GMSPlacesClient` to receive results from a text-based place search.\n"],null,[]]