Questions tagged [here-api]

This is the tag for information about the HERE platform APIs, which allow you to embed HERE Maps into your own web and mobile apps, and retrieve map information such as addresses and coordinates.

The HERE Location platform (formerly Nokia/Ovi Maps) consists of a series of location-based services available through a set of web-based APIs and mobile SDKs for iOS and Android. It is also the maps provider behind many online services including Bing maps, Yahoo maps, and of course HERE Maps.

This is the place for questions about the HERE public and Enterprise web-based Location APIs and Mobile SDKs, including:

REST APIs

Platform Extensions

  • Custom Location Extension
  • Geofencing Extension
  • Fleet Connectivity Extension
  • Platform Data Extension
  • Route Match Extension
  • Toll Cost Extension
  • Waypoints Sequence Extension

JavaScript APIs

Mobile SDK

Official documentation: https://developer.here.com/

3320 questions
0
votes
1 answer

HereMaps Javascript MemoryLeak?

I am currently trying to find some potential memory leaks in my angular application and found something which should regard to the hereMap, that I am using in one component. This is the situation: I have an Angular 12 SPA with two…
0
votes
1 answer

Disable/Enable mapview but not the other navigation features

We are using the HereMaps SDK for iOS. We have route information being calculated in a table view for the user, and we are updating this information continuously to the database. We also have a map view that optionally shows the user his current…
Chaim Friedman
  • 720
  • 6
  • 24
0
votes
1 answer

Firewall Request for the HERE Geocode API (v6.2)

I'm trying to open our firewall to access the HERE GeocodeAPI but need the IP address range & port info. Does anyone know how to get this? Tried the HERE support team who were not able to provide it. Endpoint -…
0
votes
1 answer

Here Tracking API Forbidden! The account does not have the correct privileges

I am working with HERE Tracking API and I am getting a 403 error. I am getting the access token using two different requests: https://tracking.api.here.com/users/v2/login or https://account.api.here.com/oauth2/token. In both cases in which I receive…
Alexander
  • 3
  • 1
0
votes
1 answer

How to get a specific object from a group in HERE maps

I want to get a specific object from a group, for example I have the following objects: var circleGroup = new H.map.Group({ volatility: true, objects: [theCircle, circleOutline] }); this._circle =…
0
votes
1 answer

Route matching in Japan

I have geo points in Japan, which I want to route match Feeding this GeoJSON into https://tcs.ext.here.com/examples/v3/rme_basic { "type": "FeatureCollection", "features":[ { "type":"Feature", "geometry":{ …
gerald
  • 11
  • 1
0
votes
1 answer

here-api how to search and move an svg marker from a H.map.Group to an other

I have a map group containing blue svg markers and a map group containing green svg markers when the user klick on a marker I would like to find the clicked marker and move it to the opposite group, which means if the user klick on blue marker the…
Mustahpa
  • 3
  • 2
0
votes
1 answer

HERE maps get circle radius in miles

When I create a circle, the radius is in meters, but I want to get the radius of the circle in miles, is it possible to do that? I don't want to convert meters to miles with formulas, I want the value of the circle to already be converted when I get…
0
votes
1 answer

HERE maps removeEventListener doesn't work

I'm trying to remove an "addEventListerner" from the map, but it is not working There is my code: function dbltapzoom(){ alert("Remove"); } map.addEventListener('pointerdown', function (evt) { var coord =…
0
votes
1 answer

Here Maps Routing API CountrySummary Difference v7 / v8

I am currently using the Routing v7 API and want to migrate to v8. For my usecase I require a by country separated list of legs as in V7 of the routing API. Is there a method how I can get the query summary response divided by country as in…
OGi
  • 113
  • 1
  • 7
0
votes
3 answers

Routing with avoid area and geofence / polygon

I want to avoid specific streets when using the routing API. I have data points to create a geofence or polygon to represent those specific streets. The router API accepts only up to 20 bounding boxes. I tried to send 20 avoid area bounding boxes to…
gerald
  • 11
  • 1
0
votes
1 answer

HERE geocode returns empty response on multi-word search term

I'm using the following GET request: https://geocode.search.hereapi.com/v1/geocode?q=ground+zero&apiKey=12345 and the response is: { "items": [] } I tried different formats for the query parameter(q) but nothing works. To note, it does work…
Helppi
  • 1
  • 3
0
votes
1 answer

How to use previosly calculated route in Here Navigation SDK version 4.7.4?

I am using Here SDK version 4.7.4 for the Android navigation app. So, We calculate the route using our web portal and want to use the same route that we calculated(using the web portal by calling here REST API) in the Android Navigation app. I have…
H_H
  • 1,460
  • 2
  • 15
  • 30
0
votes
3 answers

Kotlin - Here Maps - Get address out of callback function

I am attempting to get the address out of the callback function. I have been reading the documentation for CallBacks and some posts but still don't get why this is not working, as at the moment of returning the 'address' variable the callback has…
Robin
  • 51
  • 5
0
votes
1 answer

HERE How to get more than 100 places with discover

I'm developing a system to show the user all the activities in an area, i'm using Developer HERE api's using the discover api request. Discover limits at 100 activities per request and this is fine but i would like to know if it is possible to ask…
Djamaica
  • 29
  • 4