Parsing Google Geo API (Reverse Geocoding) with jQuery

前端 未结 4 1699
闹比i
闹比i 2020-12-21 11:43

I\'m sure I\'m not the only one, but I cannot parse/return anything when jQuery takes a request to lookup an address when the data being requested is the latitude

4条回答
  •  执念已碎
    2020-12-21 12:11

    Change the data parameter like this . you can see the response coming properly

    data: 'latlng=' + geolocation + '&sensor=false&callback=?'
    

提交回复
热议问题