路由 HTTP API 示例的问题
我按照这个示例尝试跟踪两点之间的行程:
http://developers.cloudmade.com/projects/routing-http-api/examples
但是在示例中没有通知将 http 查询放在哪里: http://routes.cloudmade.com/YOUR-API-KEY-GOES-HERE/api/0.3/start_point,[[transit_point1,…,transit_pointN]],end_point/route_type[/route_type_modifier].output_format[? lang=(en|de)][&单位=(公里|英里)] 任何帮助将不胜感激。
i have followed this example to try to trace the itinerary between two points :
http://developers.cloudmade.com/projects/routing-http-api/examples
However in the example there is no notification of where to put the http query : http://routes.cloudmade.com/YOUR-API-KEY-GOES-HERE/api/0.3/start_point,[[transit_point1,…,transit_pointN]],end_point/route_type[/route_type_modifier].output_format[?lang=(en|de)][&units=(km|miles)]
Any help will be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有查询示例,例如
http://routes.cloudmade.com/8ee2a50541944fb9bcedded5165f09d9/api/0.3/47.25976,9.58423,47.26117,9.59882/car.js
查找更多:http://developers.cloudmade.com/projects/routing-http-api /examples/query-examples
希望有帮助!
there are query examples like
http://routes.cloudmade.com/8ee2a50541944fb9bcedded5165f09d9/api/0.3/47.25976,9.58423,47.26117,9.59882/car.js
Find more: http://developers.cloudmade.com/projects/routing-http-api/examples/query-examples
Hope that helps!