Questions tagged [here-maps-rest]

259 questions
0
votes
1 answer

Speed Limit differences between Rest API and Map Creator

We've been looking into a few scenario's whereby the Rest API returns a different speed limit result to that of Map Creator for a given long / lat and bearing. My best guess would be that due to Map Creator allowing editing of speed limits, you…
0
votes
1 answer

How is 'duration' being computed when 'departureTime' is specified?

I'm using Routing REST API V8 to collect travel time data. I understand that 'duration' returns the total amount of travel time at a specified departure time depending on traffic. What is the difference between requesting a departure time in the…
0
votes
1 answer

truckRestrictionPenalty=soft in here maps android sdk

I'm doing a new feature of sending routes for trucks calculating in here rest api to android app (works with here maps android sdk). In here rest api we are using truckRestrictionPenalty=soft in route calculate request. When I'll send this same…
skajar
  • 99
  • 1
  • 7
0
votes
1 answer

How do I send a route to a device?

Is it possible to generate a link that can send a route to a phone and open the app automatically? I'm looking to send a link to drivers in our fleet, alternatively is there an API endpoint which can send a route to a device for me? I've tried…
B3none
  • 385
  • 3
  • 18
0
votes
1 answer

How to set a polygon over the region surrounding the Route at certain distance (in HereMaps)

I tried getting BoundingBox of route instance and set the polygon over it but the result was a rectangle over the route as shown in the image below which is inappropriate. Also, I tried to add the BoundingBox of some color with alpha value for…
mithil1501
  • 506
  • 9
  • 20
0
votes
1 answer

How to get address using Geo Coordinates from Android heremaps SDK

I am using android here maps SDK, On long press, I will receive PointF (can be converted to geocoordinates) after that, I want to show in that long press location a bubble with the address of that location street name, Pincode, country something…
0
votes
1 answer

Android Here premium sdk - change directory for offline maps for

I succesfully downloaded offline map for a country with here premium sdk on android, but it looks that it was stored to internal app directory, is there any way to change the directory ? What is the default directory ?
maxxxo
  • 672
  • 3
  • 10
  • 28
0
votes
2 answers

Setting different constrains per truck in ORTools

We are in development of route optimization software which uses HERE Maps and we need to make the following: Some trucks can pass through all countries (they have all the licences required to pass through) Some need to go around specific…
Sonnyx
  • 1
  • 1
0
votes
1 answer

HERE Api Maps calculated route not following overland roads

I am obtaining route information from the HERE Maps Routing API using this REST call: "https://route.api.here.com/routing/7.2/calculateroute.json?" + "waypoint0=34.045535,-118.222708&waypoint1=34.045142,-118.235551" + …
iSofia
  • 1,412
  • 2
  • 19
  • 36
0
votes
1 answer

Avoid toll roads feature weights values explanation

Quick question in the tollroad feature weight: Shouldn't a value -1 (tollroad: -1) return a route even if it can't avoid toll roads? & what is the difference between -1 & -2 feature weights for the tollroad feature? here is the link for the docs…
Lin Kassem
  • 55
  • 1
  • 9
0
votes
1 answer

How to request HERE Map Places lower level categories?

I'm using the HERE Map Places API. I can accurately get results in categories like "museums" or "cinema". I can also get results in shopping malls, but it includes results like grocery stores, butchers. I don't want them. So I have to search by…
nmb
  • 124
  • 1
  • 9
0
votes
1 answer

How to get automatically traffic dely for a route in HereMap Sdk

I am using HereMap Android Sdk. I need to get the traffic delay for a route automatically. In Route class i have found 3 method for calculatine Tta: Excluding Traffic: getTtaExcludingTraffic(int subleg) Gets the estimated time to arrival without…
Abu Yousuf
  • 5,729
  • 3
  • 31
  • 50
0
votes
1 answer

HERE API: How to check does (lat, lon) belong to intersection or no?

I have GPS coordinates and want to check if it's an intersection. I'm using POST request to "https://fleet.api.here.com/2/calculateroute.json" with payload: LATITUDE,LONGITUDE 37.775210, -122.419203 And I'm getting back response…
0
votes
1 answer

iOS: How to get speed and speed limit in Here map?

I am using here map SDK in my iOS project and want to show user current speed and speed limit in navigation.
Munish
  • 1
  • 1
0
votes
1 answer

Speed limit for multiple locations using HERE API

I need to know the speed limit for some coordinates from the vehicle's trip. If I do POST request like: https://fleet.cit.api.here.com/2/calculateroute.json?routeMatch=1&mode=car&attributes=SPEED_LIMITS_FCn(*)&&app_id=APP_ID&app_code=APP_CODE with…