私はhttps://wse.api.here.com/2/findsequence.jsonを使用しています
ここに私のリクエストパラメータがあります:
mode=fastest;car;traffic:disabled&departure=2019-10-10T15:39:28+03:00
そして、ここに体があります:
destination4=4;38.792417,-77.30097;acc:th00:00:00+03:00|fr00:00:00+03:00;st:180
&destination5=5;38.792344,-77.299805;before:destination4;acc:th00:00:00+03:00|th19:00:00+03:00;st:180&start=user;38.776573,-77.275411&destination7=7;38.804577,-77.279514;before:destination5;acc:th00:00:00+03:00|fr00:00:00+03:00;st:180
それが私が応答に持っているものです:
distance":191.0,"time":37.0,"rest":0.0,"waiting":0.0},{"fromWaypoint":"4","toWaypoint":"7","distance":3731.0,"time" :358.0,"rest":0.0,"waiting":0.0}],"description":"ターゲットの最適距離; トラフィックなし","timeBreakdown":{"driving":750,"service":540,"rest":0,"waiting":0}}],"errors":[],"processingTimeDesc":"78ms" ,"responseCode":"200","warnings":null,"requestId":null}
ご覧のとおり、 destination7とdestination5before
に制約がありますが、無視されています。私は間違ったことをしていますか?