GMSReverseGeocodeResponse 類別參考資料

GMSReverseGeocodeResponse 類別參考

總覽

反向地理編碼要求的結果集合。

公開成員函式

(GMSAddress * 可為空值)- firstResult
 傳回第一個結果,如果沒有結果,則會傳回 nil。
(可為空值的 NSArray< GMSAddress * > *)- 結果
 傳回所有結果的陣列 (包含GMSAddress),包括第一個結果。

成員函式說明文件

傳回第一個結果,如果沒有結果,則會傳回 nil。

- (可為空值的 NSArray<GMSAddress *> *) 結果

傳回所有結果的陣列 (包含GMSAddress),包括第一個結果。