如何在HERE API中查找特定城市附近的所有餐馆

时间:2017-01-30 17:48:26

标签: web-services here-api

我正在处理用户选择城市的项目,我必须显示城市中的所有餐馆。我从HERE API获得了app_id和app_code,但不知道如何使用它..我使用bootstrap完成了最后的结束。

1 个答案:

答案 0 :(得分:0)

您需要使用Places API https://developer.here.com/rest-apis/documentation/places/topics/overview.html

例如,尝试此链接(不要忘记将凭据放入其中):

https://places.cit.api.here.com/places/v1/discover/around?in=52.5303581%2C13.3848515%3Br%3D10000&cat=eat-drink&size=10000&app_id=xxx&app_code=yyy

在这个例子中,您将在10公里半径范围内搜索柏林周围的任何类型的食物。