Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在从 OSRM 获取行驶路线时,是否可以获取进入该路径的道路名称(例如交叉口和支路)?如果是这样,如何做到这一点?
不幸的是,您只能检索属于路线一部分的道路名称。如果您通过选项,则此信息可用steps=true。
steps=true
.routes[].legs[].steps[]对象 ( RouteStep) 具有name包含街道名称的属性。
.routes[].legs[].steps[]
RouteStep
name