frank vdb
frank vdb

Reputation: 11

TollCosts not calculated

I asked about a thousand times for truck tollcosts. And they all return values.

Except this one: Link

In the warning section I get a couple of dosins errrors like: "context : "Route link id -50964891 not found in map. This might be a mismatch between map releases. Ignoring it for toll cost calculation.""

Upvotes: 0

Views: 117

Answers (1)

user3505695
user3505695

Reputation:

As stated in the warning section this is due to the mismatch between map releases. Fleet Telematics api uses Routing API internally when you set attribute cost_optimize = 1 in your query. Since the two APIs have their own release cycles there could be a mismatch in the link Ids (only for a short period though). In your case, we don't see the link Id mentioned anymore in the response. You could try using other cost_optimize attribute options. Please read in the developer site for more information. Happy Coding!

Upvotes: 1

Related Questions