Referensi Protokol <GMSAutocompleteFetcherDelegate>

Referensi Protokol <GMSAutocompleteFetcherDelegate>

Ringkasan

Protokol untuk objek yang dapat menerima callback dari GMSAutocompleteFetcher.

Fungsi Anggota Publik

(void) - didAutocompleteWithPredictions:
 Dipanggil saat prediksi pelengkapan otomatis tersedia.
(void) - didFailAutocompleteWithError:
 Dipanggil saat permintaan pelengkapan otomatis menampilkan error.

Dokumentasi Fungsi Anggota

- (void) didAutocompleteWithPredictions: (NSArray< GMSAutocompletePrediction * > *) prediksi [required]

Dipanggil saat prediksi pelengkapan otomatis tersedia.

Parameter:
predictionsarray objek GMSAutocompletePrediction.
- (void) didFailAutocompleteWithError: (NSError *) error [required]

Dipanggil saat permintaan pelengkapan otomatis menampilkan error.

Parameter:
errorkesalahan yang diterima.