Getting error com.google.HTTPStatus code 400 while resolving the address using GMSReverseGeocodeResponse

后端 未结 1 1673
别那么骄傲
别那么骄傲 2021-01-19 06:13

I am trying to resolve the address (trying to convert latitude & longitude to readable address) using [[GMSGeocoder geocoder] reverseGeocodeCoordinate:{}];. I am not get

相关标签:
1条回答
  • 2021-01-19 06:34

    I had the same issue. My problem was the Google Maps SDK for iOS wich was not enabled :/

    So be carefull of the API key (and the associated bundle ID) and check if the right API is activated.

    0 讨论(0)
提交回复
热议问题