我正在使用 google place api 搜索特定类型,例如(gas_station、cafes、shopping_malls 等...)这是我正在使用的链接https://maps.googleapis.com/maps/api/place/search/json?location=41.104805,29.024291&radius=50000&types=gas_station&sensor=false&key=AIzaSyAhVKOOLN1lx6iKKnbXMT82W1cKG7O8cDY
所以在这里我需要搜索我所在位置附近的所有加油站,所以我在这里得到“
results" : [],
"status" : "ZERO_RESULTS"
但是在我的位置有一些加油站(我搜索谷歌地图)所以我怎样才能得到这些结果任何人都可以帮助我..
感谢提前。