Questions tagged [here-maps-rest]
259 questions
0
votes
1 answer
OPERATION_NOT_ALLOWED error when start navigation for transport mode RouteOptions.TransportMode.BICYCLE
I am integrating Here's premium SDK for Android to do a navigation test for a calculated route.
I have the following issue that I hope that somebody can help me. I configure the route itinerary from map and calculate routes fine but When I start…

Sergio Sánchez Sánchez
- 1,694
- 3
- 28
- 48
0
votes
1 answer
Unable to make a Async Post call to Here Maps positioning endpoint
When testing the call through Postman and a C# WebRequest it works, but I am unable to do the same using an HttpClient with a PostAsync or PostJsonAsync call.
Error: Unsupported Media Type, although application/json is required and applied.
var…

Anton Swanevelder
- 1,025
- 1
- 14
- 31
0
votes
1 answer
How to draw vehicle icon moving animation along with passed cordinates using Here Map JS
I need to show animation along with route. I am able to get shape information via calculate route rest call. Want to use shape coordinates to draw a vehicle animation moving from start point to end point in a loop. How to achieve the same in Here…

Abhishek Kanth
- 107
- 1
- 2
- 7
0
votes
1 answer
how to implement the query based on the places range from x minutes to xx minutes time for drive?
There are some places I can choose from. I want to choose one to be my source place, and select driving time cost is less than 30 minutes. So there are maybe some places I can drive there cost less than 30 minutes will be showed.
So, what is the…

Meow
- 1
- 1
0
votes
1 answer
Here Maps - toggle tile layer in "choose view" menu
I'm able to create a tile layer and add it to the map with this code...
var tileProvider = new H.map.provider.ImageTileProvider({
opacity: 0.8,
getURL: function (column, row, zoom) {
return…

user12260850
- 13
- 2
0
votes
1 answer
0
votes
1 answer
HERE Maps API; before:destination constraint is ignored in findsequence request
I'm using https://wse.api.here.com/2/findsequence.json
Here is my request parameters:
mode=fastest;car;traffic:disabled&departure=2019-10-10T15:39:28+03:00
And here is the body:…

Alex Koba
- 327
- 3
- 9
0
votes
1 answer
Here Maps SDK insert string to play Audio
Can i know the Here_maps Android SDK api to play voice , I need it because if i play using TTS engine then both are having different accent(Robotic voice in TTS and natural voice in here maps guidance)
I tried using "com.google.android.tts" engine…

Rakshith R
- 3
- 2
0
votes
1 answer
HERE Maps API: How to search for more than 100 places
Here maps provides an API to search for places in the map. If the threshold is not provided, by default, it returns a json with 20 results. However in the json the url to next page of the result is also provided. But with all that I am unable to get…

Muhammad Hamza
- 9
- 2
0
votes
1 answer
new H.data.geojson.Reader giving me an error of undefined. HERE maps
I am new to here maps. I want to render my data using routing API results on the map.
I am using the code from the documentation but I am getting an error H.data is not defined.
Code I am using.
var reader = new…

Shaban
- 334
- 1
- 4
- 19
0
votes
1 answer
HERE API - Autocomplete Issue
I am using the HERE API Autocomplete service, but I had a problem. I am looking for a place in Peru, "Jorge Chavez" (Airport) but it does not return the result of the airport but other addresses despite changing the maximum results to 20
In the demo…
0
votes
6 answers
Zoom HERE maps to show all markers Android
I have multiple locations that I am displaying on HERE maps in my Android app. There are in all 4 markers, out of which 3 markers are in one city and 1 is in another city. Currently, my map zooms to a level where only the 3 markers in one city are…

Pooja Gaonkar
- 1,546
- 17
- 27
0
votes
1 answer
HERE Maps matchLevel parameter not working
I am trying to filter only cities in HERE Map's autocomplete API. I read on their documentation that there is matchLevel parameter...
However, nothing changes if I include it.
This is my…

harunB10
- 4,823
- 15
- 63
- 107
0
votes
1 answer
Using heremaps MapRoute API, is it possible to draw dotted line as route on map?
I would like to use dotted line to draw route on map using heremaps
Using Maproute API in heremaps, colour of the route can be changed.
how about the route ? is dotted line possible to be drawn ?
Can I customise it ?
Also what is the usage of…

Alvin
- 1
0
votes
1 answer
here map buttons is visible below the map and cannot set map height to 100% using Angular
after creating the map and showing it up there is something weird happening which is the map buttons "Zoom rectangular, map settings and the scale bar" is being visible below the map as large icons also I'm facing a problem when i set the map width…