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

Does the HERE maps iOS SDK provide default icons like the Android SDK does?

My team is using HERE android(java) and iOS(obj-c) SDKs to add map/turn-by-turn navigation to our existing react native app, and would want to keep the visuals as consistent as possible across both platforms. The android SDK provides a default…
Klam
  • 1
  • 1
0
votes
0 answers

Routing for trucks with restrictions is not respected

we started testing the Routing API in our system and there were some questions: our goal is to calculate a route for a large truck, to determine whether it will be able to get to the delivery point, taking into account its dimensions and weight. We…
Stas
  • 1
0
votes
1 answer

How to determine if the path to the address is a dirt or paved road?

Problem: I want to tell if the access road to an US address includes dirt or paved road(like if it is in a remote area without proper road). If it is a dirty road we charge more to the customer for delivery. In technical terms - The input is going…
Raghu Varma
  • 131
  • 3
  • 5
0
votes
1 answer

HERE SDK Lite iOS crash after entering background during initialization

We recently detected an App crash that seems related to HERE SDK Lite for iOS (version: 4.7.6). Basically it seems that the App went in background during SDKNativeEngine initialization. I didn't find any information in the API reference that inform…
lechuckcaptain
  • 1,032
  • 1
  • 9
  • 25
0
votes
1 answer

How to remove map route for HERE map API

I currently have a function drawing a map line when clicking on an option, however I only want one to be displayed at a time, so that when the user clicks on another option, it erases the previously drawn route, then draws a new one. I've tried to…
eeXtr0
  • 3
  • 1
0
votes
1 answer

here.com API about time windows and future visits

I'm looking at the documentation of here.com API and I'm unable to find answer to this. Is it possible to have tours planned in such a way that the tour can span more days? For example I have meeting already planned in a given place two days from…
Fabrizio Regini
  • 1,500
  • 13
  • 26
0
votes
1 answer

How to Attach a Pan Gesture Listener on Flutter HERE SDK?

I want to trigger else block in this method while the user is navigating the maps with the pan gesture. void setTracking(bool isTracking) { if (isTracking) { _visualNavigator.cameraMode = CameraTrackingMode.enabled; } else { …
0
votes
1 answer

Here sdk flutter. The map is not displayed

I am currently developing an android application based on flutter. I have integrated HERE-SDK-FLUTTER for navigation. When I run the application on my emulator I have no problem, but when I run it on my physical phone (Android 10), the map does not…
0
votes
0 answers

REST API Key expires roughly after an hour

Each time I create a REST API Key it shows as expired after approx 1 hr. This keeps happening although I have verified my account email.
0
votes
2 answers

HERE Maps API outputting function results too many times

having some issues with the HERE maps api outputting the data i'm requesting too many times. I need it to output only once every 10 seconds, however it is doing it far more times than that. The code I have here is as follows: function…
eeXtr0
  • 3
  • 1
0
votes
0 answers

Error while getting current location in Here SDK on Flutter

When I calculate the route and start, I get an error like in the video below. How can I solve this situation? How can I handle this situation in try-catch? Here is the screen record Also, there is no error in my console. All I see is the log…
0
votes
1 answer

How can I calculate number of transactions in one month using HERE SDK?

I'm using the Here android sdk and I'm trying to estimate the number of transactions by route. I'm just using the routing, the navigation and I have disabled the traffic. Does anyone able to tell me how can I estimate the number of transactions…
0
votes
0 answers

There is any method to send feedback about routes in the Here Routing Service?

I want to know if there is any method, where I can send feedback about a incorrect route when I'm using hazmat parameters on the HERE Routing Service. Thanks a lot.
FlayRonin
  • 1
  • 1
0
votes
1 answer

How to find geometry/shape of a Here Maps Link Id

I have a list of Here Maps link Ids. I want to get their geometries. I tried calling v7 calculateroute REST API, passing a single link_id in waypoint0 and waypoint1 as…
Rishav Raj
  • 11
  • 1
0
votes
0 answers

Autosuggest termsLimit is being ignored

It looks like the termsLimit parameter for autosuggest is not working - unless we are doing something wrong? The following request specifies a maximum of 3 query term results but returns…