HERE API - 如何根据 GPS 坐标提取有关道路的所有信息

HERE API - how to extract all the information about road based on GPS coordinates

我需要根据 GPS 获取尽可能多的信息 - 道路类型、交互与否等。 正确的获取方式是什么?

我看过这个问答 HERE maps - getting road type based on gps coordinates

但提供的 link 不再有效。

您似乎想迁移到路由 API,特别是 getRoute 调用,https://developer.here.com/documentation/routing/dev_guide/topics/resource-get-route.html#resource-get-route。在这里的详细信息中,您可以看到属性 linkAttributes,它可以让您 return 我相信您正在寻找的信息。如果没有请告诉我。

看起来使用下一个 POST 请求的正确方法是:

https://fleet.api.here.com/2/calculateroute.json?app_id=APP_ID&app_code=APP_CODE&routeMatch=1&mode=car&attributes=LINK_ATTRIBUTE_FCn%28%2A%29

正文示例: 纬度、经度 37.401996,-122.041338 37.402948,-122.045580 37.403690,-122.049024