This is the tag for information about the HERE Maps application developed by HERE Technologies. HERE Maps is a mapping software application. Use this tag to ask questions related to HERE Maps into your own web and mobile apps, retrieve map information such as addresses and coordinates, etc.
Questions tagged [heremaps]
331 questions
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
Change colour of specific streets on the map in ios
I have an iOS app with a map where the user can see roads of different colors with a specific meaning.
For example - Show some roads red which has a particular meaning and
some roads green which has a different meaning etc. so that the user
…

Hitesh Borse
- 479
- 2
- 12
0
votes
1 answer
CORS issue in HERE map Ionic
Hi I am trying to use HERE map in my ionic application .. I followed this blog
https://developer.here.com/blog/display-an-interactive-here-map-in-an-ionic-framework-application
I have created HERE account and get javascrio APPID and APIKEY from…

Kishan Oza
- 1,707
- 1
- 16
- 38
0
votes
0 answers
Unit testing a Vue component with a "HereMap" inside
I'm trying to unit test a VueJS component containing a Map from HereMaps using Mocha + Chai.
I followed the official tutorial from the VueJS documentation and it went smoothly.
However, when I want to unit test my Map.vue component (containing a…

AraumaX
- 1
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
0 answers
Many crash reports with android lite sdk from here api last version
with the new lite android api library I get the following crash report data from Google Play Console on many customers using my application (last library version 4.1.5) :
java.lang.RuntimeException:
at android.os.Parcel.readByteArray…
-1
votes
1 answer
HERE Route Matching v8 - how to define stopover waypoints when using a trace file?
I use the Here Rout Matching v8 API to match routes from sequences of GPS coordinates. I pass the GPS coordinates as a CSV trace file in the POST request body (as documented here…

Jacopo Guanetti
- 1
- 1
-1
votes
1 answer
Marker change based on text/address input using HERE map
I'm using HERE map plugin and I need to change marker position based on address/text input. I was looking for an examples in internet, but nothing was found.
Is it even possible to do such thing, using this plugin? May be someone can point out,…
-1
votes
2 answers
Getting speed limit Advanced Datasets API(aka PDE) is not working well
https://knowledge.here.com/csm_kb?id=public_kb_csm_details&number=KB0017817
I've referenced this doc for getting the speed limit but it's not working well in a specific location. I'm not sure if I'm doing right.
For latitude: 34.9531064, longitude:…

Shing Ho Tan
- 931
- 11
- 30
-1
votes
1 answer
How to hide/show an autosuggest Search Box only after loading HERE Maps completely
Wanted to show a search box in HERE Maps only after the maps view is loaded completely.Is there a variable or event to detect when the map is loaded .

aiswarya
- 1
- 1
-1
votes
1 answer
How do you develop a flight route view using HERE Maps?
I wanted to develop a map component, where a user can create a route including airports. If the user selects two airports, then the screen should automatically show the air distance and duration between the two, in a map.
But, when I checked the…

Sarath Subramaniam
- 61
- 3
- 7
-1
votes
1 answer
What does "Assets per month" in HereMaps pricing mean?
The pricing page https://developer.here.com/pricing#plan-details for HereMaps contains the term "Assets per month" for the freemium plan. I could not find any hint what this means?
Could someone explain me what an asset is for Heremaps and when do I…

Pepper
- 194
- 11
-1
votes
1 answer
detect boundary lat longs from given list of lat and long in angular
Am using here map.
I have a list of objects which has all the latitude and longitude of a particular region from a map as below
//Texas points
let list = [
{ lat: 36.5098, lng: -103.0559 },
{ lat: 32.0456, lng: -103.0559 },
{ lat: 32.0456,…

AkRoy
- 343
- 4
- 10
-2
votes
1 answer
How to create Line string in google Maps like Here Maps?
this code is to create linestring in Here Maps, I tried to find the same thing in google maps but I couldn't
this.GetCoordinates = function (polyPoints) {
var strips = new H.geo.LineString();
for (var i = 0; i < polyPoints.length;…

Ahmed Toba
- 37
- 1
- 8
-2
votes
1 answer
"No maps application installed , Please contact your car manufacturer" message is showing up in Automotive Android?
As google android maps not currently present by default with Android Auto ,
below screen is displayed ,
Android Auto home page
Which is shown from…

Saikumar S
- 9
- 3