Questions tagged [here-maps-rest]

259 questions
6
votes
1 answer

Here Maps - cannot authorize to Maps Feedback API

Here Maps provide Maps Feedback API for i.e. submit information about missing places on their maps. I created a project and generate API Key which I used for Places API with success. Next, I tried to use it with Feedback API, but it failed. Oddly…
Mike Br
  • 888
  • 5
  • 11
5
votes
2 answers

Here API returns Unrecognized Kid Null error

This is my cURL request curl https://geocode.search.hereapi.com/v1/geocode?q=5%20Rue%20Daunou%2C%2075000%20Paris%2C%20France -H "Authorization: Bearer XXXXXXXXXXXXXXXXXXXXXXXXXXX" This is the…
searcot jabali
  • 438
  • 6
  • 16
5
votes
2 answers

Here Maps Routing API V8 - mutiple waypoints

I am very new to the Here Maps Routing API v8. I have tried the example provided here: https://developer.here.com/documentation/maps/3.1.15.1/dev_guide/topics/routing.html I have used the routingParameters as shown below: var routingParameters = { …
DXB-DEV
  • 547
  • 1
  • 7
  • 18
4
votes
1 answer

How to zoom in and shift map to location with same zoom in HERE map

I am implementing the HERE map for my website and plotting many markers onto them. The first marker is a big one and the rest is small. If the user hovers on the particular location, Big marker will popup. Now if my location is in the same city or…
user3583798
4
votes
0 answers

Here Maps slow loading tiles

I'm using (or try to) Here Maps for my iOS Application. I just downloaded the example project. Just including the map and a few markers (Same problem without markers). The problem is, when I try to zoom in our out with the pinch gesture (using the…
3
votes
2 answers

Transit direction for inter city is not working on heremap rest api

I have been using Public transit v8 rest api ,the transit response works fine for same county in USA, but gives error on planning transit for inter county Details URL: Sample here
3
votes
1 answer

HereMaps API Autosuggest results for resultType houseNumber returns only label

Using HereMaps api autosuggest for resultType houseNumber retuerns only label in address property. 'Till tomorrow it used to return countryCode, countryName, state, county, city, district, street, postalCode and houseNumber. Is there any change to…
MarkoIlic
  • 31
  • 3
3
votes
2 answers

i am trying to create a geofence from the web browser and created a dynamic marker which gives an alert when crossed

The following codes are in two different files and i am taking the values from the UI itself i am keeping the layer id constant like "1234". But i am getting this following error -TypeError: marker1.getPosition is not a function marker code-- var…
3
votes
1 answer

Here maps iOS SDK: Rotate the marker in Here maps

I am working on a vehicle tracking app using Here maps. I want to rotate the marker icon (NMAMapMarker) in the Here maps to a specific angle according to turn taken by the vehicle (similar to Uber app). Earlier I used Google maps, marker in Google…
3
votes
1 answer

Here Maps: How to retrieve speed limit information in an efficent way?

We are trying to retrieve speed limit information for a specific point (latitude, longitude). We are using the Geocoder API and Fleet Telematics Advanced Data Sets from Here Maps. For some GPS points, the speed limit values retrieved does not match…
Toni
  • 31
  • 2
2
votes
1 answer

Get indoor position with bluetooth beacons with HERE SDK

Hey I am using the HERE SDK and we are trying to make it possible to track the position indoor. We have the indoor map set up on the here map inside the app (made in Flutter). Now we want the user to be able to move around and show the position on…
Lucas Goldner
  • 617
  • 9
  • 29
2
votes
2 answers

HERE traffic api - Getting historical traffic data

I would like to get a traffic data map tile for a specific time. To do this, https://developer.here.com/documentation/map-tile/dev_guide/topics/resource-traffic-flowbasetile.html as written in the documentation, I passed the "time" parameter.…
2
votes
0 answers

HERE Fleet Telematics API unsolved problems

For reference, some related (not duplicate !) questions: Fleet Telematics API fails to find route Increasing search radius for way points in Here Maps Fleet Telematics API How to increase search radius for a road link for a waypoint (Fleet…
Ilya
  • 5,377
  • 2
  • 18
  • 33
2
votes
1 answer

HERE Fleet Telematics API doesn't really optimize cost

According to the official documentation: Specify the parameter &rollups instead of &rollup, and don't specify &cost_optimize, to get the route computed within Fleet Telematics API. Fleet Telematics API ignores the shortest/fastest in the mode…
Orest
  • 1,857
  • 5
  • 19
  • 27
2
votes
1 answer

Android HERE SDK Turn-by-turn navigation wrong maneuvers

I am developing a navigation for Android, based on the HERE SDK and the HERE Mobile SDK UI Kit. When calling the HERE API to generate a route, I am using 128 waypoints - the FIRST and the LAST one are from type STOP_WAYPOINT, ALL OTHER are from type…
1
2 3
17 18