GooglePlaces Framework Reference

GMSPlaceLikelihoodsCallback

typedef void (^GMSPlaceLikelihoodsCallback)(
    NSArray<GMSPlaceLikelihood *> *_Nullable, NSError *_Nullable)

Callback type for receiving array of GMSPlaceLikelihoods. If an error occurred, the array will be nil and error will contain information about the error.