GooglePlaces Framework Reference

GMSPlaceSearchByTextResultCallback

Deprecated

This method is replaced by GMSPlaceSearchByTextResponseCallback and will be removed in a future release.

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.