GooglePlaces Framework Reference
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 2024-11-08 UTC.
[null,null,["Last updated 2024-11-08 UTC."],[[["`GMSPlaceSearchByTextResultCallback` is a block type used to handle results from a text-based place search."],["It provides an array of `GMSPlace` objects representing the search results and an `NSError` object if an error occurred."],["Use this callback with methods in `GMSPlacesClient` when initiating a text-based place search."]]],[]]