我尝试按照 URL 在一个请求中同时获取“shopping_mall”和“food”。
https://maps.googleapis.com/maps/api/place/search/json?location=%@,%@&radius=1500&sensor=true&key=%@&types=shopping_mall|food
这给了我只有“食物”类型的地方的回应。
但,
https://maps.googleapis.com/maps/api/place/search/json?location=%@,%@&radius=1500&sensor=true&key=%@&types=shopping_mall
仅给出带有“shopping_mall”的结果。此外,与“food”相同的 URL 只会给出与“shopping_mall|food”相同的结果。
有没有人遇到过这个问题。我已经搜索过,但找不到任何有用的答案。