Questions tagged [here-fleet-telematics]

For questions specific to the usage and features of the HERE Fleet Telematics API. When using this tag also include the more generic [here-api] tag where possible.

14 questions
1
vote
1 answer

Here Fleet Telematics (CalculaterouteAPI) response error

Here Fleet Telematics API - Response Error Trying to use calculateroute api for the…
Smr
  • 11
  • 3
1
vote
0 answers

HERE API calculate route for multiple vehicles

I'm trying to concise the API requests to HERE API when using a calculateRoute service via fleet telematics API. It seems that API takes waypoints as params to calculate a single route within coordinates provided in the waypoints. Question: Can we…
mtoasis22
  • 11
  • 1
0
votes
0 answers

Receive logs from telematics device via sas key from blob container

I am having a question regarding creating a storage account and providing one container as an end point for continuous logs from multiple telematics device. The sas key could be provided at the telematics portal. Now, while creating the storage…
0
votes
0 answers

HERE Fleet update layer api is giving error "Provided zipfile expected with one entry, more found."

I am trying to consume one of below CLE API but facing below error. Basically I am trying to add new one record to existing layer. But api is giving below error. I am trying below api with method POST and form data. Little help will be highly…
dhananjay_shingote
  • 419
  • 1
  • 5
  • 22
0
votes
1 answer

HERE Map Attributes API 8: Potential Missing Layers

I am trying to use the newer HERE Map Attributes API v8 to access various layers and while some work (e.g. SPEED_LIMITS_FC1...5) others do not (e.g. TRAFFIC_SIGN_FC1..5) and return a 400 responseCode: Layer XXX has no LAT / LON columns What little…
realdrive
  • 36
  • 4
0
votes
1 answer

HereAPI - Can't reach waypoints requested

I am trying to execute a rather simple request using Here FleetApi Demo, this is the request I am trying to…
pp__b
  • 123
  • 7
0
votes
1 answer

Big difference in the cost of paying the round trip

The route from 46.371399% 2C2.569599 to 50.53027% 2C9.68613 costs 254.4 euros in France, and 74.2 euros back in France. Why such difference? 254.4…
Tim
  • 21
  • 1
0
votes
0 answers

Use only the main road when drag

Create a route from 42.108311,-8.618618999999999 to 52.2947946,11.6822273. I try to drag the route from Villadolid to road N-610, screen https://snipboard.io/CR6wVn.jpg , pre-drawn correctly. After releasing the mouse button,the route is different,…
Tim
  • 21
  • 1
0
votes
1 answer

FleetApi - How to use legal rest times?

I'd like to know the position in which the driver would need to rest with given waypoints. I am calling GET https://fleet.ls.hereapi.com/2/calculateroute.json with the following params: { mode: "fastest;car;traffic:enabled", waypoint0:…
pp__b
  • 123
  • 7
0
votes
2 answers

How to use Fleet Telematics with routing V8

In the API reference of Fleet Telematics it says you can use Here Routing V8 for calculate the route. But when I try to send a request (with origin, destination, transport and obviously the API Key) it always return error 404. Which is the correct…
0
votes
1 answer

Get closest "link_id" to coordinate

I already contacted Here about this but they suggested I asked here. Does someone have a way to get the closest "link_id" to a coordinate through Here API?
0
votes
1 answer

HERE API Fleet Telematrics search timeout issue

''Couldn't reach way point 61 due to search timeout'' I am passing 66 waypoints (all in one city) with ;sort to get optimized route. But 6 coordinates cause this issue. If I remove those 6 coordinates I get route. But interesting part is that if I…
0
votes
2 answers

Best practice to use HERE Rest API - directly via client or through my backend server

I'm planning to use HERE Fleet Telematics API. However I'm not sure about if it's okay or not to expose apiKey What is the best practice to call the API? call it directly via client or make client calls to my backend server and have the server make…
heartmon
  • 1,411
  • 2
  • 13
  • 14
0
votes
1 answer

HERE requests how to assign multiple values to a key in params

I am trying to obtain the best route using FindSequence API for n number of destinations. Here is my code: URL5 = "https://wse.ls.hereapi.com/2/findsequence.json" params5 = { "apiKey": my_key, "departure":"2014-11-11T16:52:00Z", "start":…
brenda
  • 656
  • 8
  • 24