Я запустил "http://maps.googleapis.com/maps/api/geocode/json?address=1600+Amphitheatre+Parkway,+Mountain+View,+CA&sensor=true" в проекте iPhone для получения координаты" 1600 Amphitheatre Parkway, Mountain View, CA ". Но я получил ответ" REQUEST_DENIED ". Я не нашел, почему произошла эта ошибка. Пожалуйста, помогите мнеСпасибо.
They are different versions available Address for geocoding -> ”http://maps.googleapis.com/maps/api/geocode/json?address=" "https://maps.googleapis.com/maps/api/geocode/json?address=" // here you put your address then add the key "https://maps.googleapis.com/maps/api/geocode/json?sensor=false&address=" // no need for key just add the address for any address lookup "https://maps.googleapis.com/maps/api/place/autocomplete/json?input="
Прочитайте это учебник , это очень полезно ... надеюсь, это поможет вам