當我試圖扭轉一個座標爲somewhere in the South Atlantic Ocean,GMSGeocoder.reverseGeocodeCoordinate拋出致命錯誤
let geocoder = GMSGeocoder.init()
let coordinate = CLLocationCoordinate2D.init(
latitude: -33.724339999999998,
longitude: -15.996094000000001)
geocoder.reverseGeocodeCoordinate(coordinate) { (response, error) in
print(response)
})
fatal error: unexpectedly found nil while unwrapping an Optional value
是的,我不期待的迴應,但它不應該失敗,一個致命的錯誤,我對嗎?
這是GMSGeocoder的正常行爲嗎?
嗨,請你能解釋一下你的代碼嗎?僅有代碼的答案可能會被刪除。 – stef