2016-12-07 44 views
0

谷歌Places API的谷歌Places API的錯誤斯威夫特3

我實現谷歌的地方API在我的項目。我已經實現的一切,但谷歌API返回以下錯誤:

Current Place error: The operation couldn’t be completed. An internal error occurred in the Places API library. If you believe this error represents a bug, please file a report using the instructions on our community and support page (https://developers.google.com/places/support).

據早前工作,但突然停止。我沒有發現任何其他可能對我有幫助的答案。

這是我的代碼調用API:

GMSPlacesClient().currentPlace(callback: { 
      (placeLikelihoods, error) -> Void in 

      guard error == nil else { 
       print("Current Place error: \(error!.localizedDescription)") 
       return 
      } 
     }) 

任何幫助,將不勝感激!

+0

顯示一些代碼。 –

+0

請檢查我編輯了我的問題。 – User511

+0

你發現了什麼問題? – pasevin

回答

1

確保你給place_id,而不是ID。 這解決了我的問題