【发布时间】:2016-05-19 12:47:52
【问题描述】:
我正在尝试根据国家名称和餐厅名称从阿联酋获取所有餐厅,例如肯德基,如下所述
var url https://maps.googleapis.com/maps/api/place/textsearch/xml?name=KFC&key=[my_key]&country=KSA&type=restaurant
这是我得到的回应
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<PlaceSearchResponse>
<status>INVALID_REQUEST</status>
</PlaceSearchResponse>
我如何获取特定国家/地区的餐厅列表,例如阿联酋需要您的帮助
【问题讨论】:
标签: javascript google-maps google-places-api