Questions tagged [heremaps]

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.

331 questions
0
votes
0 answers

Calculating new coordinates from the old coordinates in the opposite direction which is 50 meters away from the old coordinates

Problem description want to calculate the lat,long which is 50 meter far away from the start of the blockage road. Using the below line of code to calculate the lat,long but it calculate randomly in ant direction instead of proper…
0
votes
1 answer

Restrict TLS 1.1 and older to access Here Maps API

As stated on this Release: https://developer.here.com/blog/here-workspace-marketplace-2.4-release Here API is now compatible with TLS 1.2 and onwards. Is there a way to restrict access to the API to TLS 1.1 and older? Some Applications not only…
0
votes
0 answers

{status: 401, message: "Invalid app_id app_code combination"}

I am running an angular app using here maps api-keys for authentication. But I'm getting {status: 401, message: "Invalid app_id app_code combination"} when I'm not using app_id nor app_code at all. This error occurs when I use the search api. Below…
Marvelous Ikechi
  • 2,031
  • 2
  • 15
  • 26
0
votes
2 answers

Understanding error code in Here Map iOS SDK

I'm using Here Map iOS SDK version 3.16.3 I am using the Here map to plot the route with multiple waypoints. When calculating the ETA in the route I'm getting the error NMARoutingErrorViolatesOptions. When I checked further inside the NMARouteResult…
0
votes
1 answer

Heremap AndroidXMapFragment back press handling

I work with HERE map Android SDK and with its AndroidXMapFragment. I add map fragment to my fragment container in the next way: appActivity.getSupportFragmentManager().beginTransaction() .replace(R.id.fragment_container, hereMapFragment,…
0
votes
1 answer

Why is HereMap calculateroute travel time including stopOver time for the destination waypoint?

I'm making a HereMap Calculate Route API request. Waypoint 0 has no stopOver time, but waypoints 1 and 2 do. Example…
Sean N.
  • 963
  • 2
  • 10
  • 23
0
votes
0 answers

Does "HereMaps" supports Indoor Mapping implementation in Xamarin.Forms (Android/IOS/UWP)?

Does "HereMaps" supports Indoor Mapping implementation in Xamarin.Forms (Android/IOS/UWP) with the following requirements : We are trying to explore Indoor mapping implementation for an office building. Can you please confirm if the following use…
0
votes
1 answer

How do I change the language of the routing instructions in Here Maps Js api?

I am using this example to generate the route from A to B. https://developer.here.com/documentation/examples/maps-js/services/map-with-route-from-a-to-b But I can't find a way to change the language of the instructions (to portuguese). Can someone…
LaPregunta
  • 191
  • 1
  • 2
  • 6
0
votes
1 answer

HERE maps have expired SSL certificate for API (datalens) is there workaround for that?

When I try to request https://js.cit.datalens.api.here.com/latest/mapsjs-datalens.js I got expired SSL error. I am using 3.0.12.4 version of API. Is there another way to fix this issue (different CDN) or workaround around this?
0
votes
1 answer

Can I use geofence to mark all roads within the shape coords as avoids or favors?

Fleet telematics API tool https://tcs.ext.here.com/examples/v3/fleet_telematics_api has examples "Prefer certain links and route through them" and "Avoid certain links and route by avoiding them". The question is does HERE maps provide an API to…
vadym1930
  • 66
  • 6
0
votes
1 answer

How to render Here Maps (Javascript API) when there is an overlay

I want to display a dialog box hover a map. An overlay with opacity is hover the whole map (see the image below). I successfully implemented the map without the dialog box and the overlay. I can successfully call the dialog box after the map is…
Blackarrow
  • 36
  • 1
  • 3
0
votes
1 answer

HERE Maps - Cannot zoom in at the same time the map is being centered

I think I found a bug: I'm trying to create a live view using web sockets and I need some advice. This is the documentation https://developer.here.com/documentation/examples/maps-js/markers/markers-update-position-with-animation (using only one…
0
votes
1 answer

Is it possible to increase map image resolution?

Here is what my HERE map image looks like: satellite image As you can see from the image above, the resolution is not very good. Is it possible to get better resolution? Here is the http request that I used: (note: you will have to enter your own…
0
votes
1 answer

HERE maps (clustering) integration to react app

I am able to integrate the Here maps clustering overlay with dummy data but not able to manipulate the data I am getting from an api to use it correctly. I have been messing about with so many different JS array and object methods for the last 2…
Serdar Mustafa
  • 835
  • 2
  • 9
  • 20
0
votes
1 answer

HERE Map: how to know the state of rendering of a layer?

I am currently developing a PWA using vueJs and I would like to know how to get the rendering state of a specific layer in HERE Map. I read a post about a similar issue where a HERE developer suggested a solution. However, the rendering message is…