标签: google-maps google-maps-api-3 google-places-api
我正在尝试使用以下网址
https://maps.googleapis.com/maps/api/place/search/json?&radius=1000&sensor=false&key=xxxxxxxxxxxxxx&location=13.24299231,80.30418218
响应JSON给出一个结果数组,数组中的第一个对象在邻近字段中没有地址。我想知道是否有其他替代方法来获取地址,或者是否有任何解决方法来检索给定lat / lng的确切地址。
仅供参考 - 我更喜欢使用Google Places API进行地址回复。
提前致谢。
答案 0 :(得分:1)
如果附近没有数据,请使用formatted_address或使用address_components数组构建地址。
formatted_address
address_components
Here您将找到返回的响应对象的说明。