开发者

problem with Routing HTTP API Examples

开发者 https://www.devze.com 2023-03-14 09:36 出处:网络
i have followed this example to try to trace the itinerary between two points : http://developers.cloudmade.com/projects/routing-http-api/examples

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,[[tr开发者_运维问答ansit_point1,…,transit_pointN]],end_point/route_type[/route_type_modifier].output_format[?lang=(en|de)][&units=(km|miles)] Any help will be appreciated.


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!

0

精彩评论

暂无评论...
验证码 换一张
取 消