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

Discover / Autosuggest and calculateroute APIs do not return the same distance from the same point a to the same point b

I've been working with Here Maps APIs and while testing the APIs I have noticed that the results of the distance from a point A to B using the discover and autosuggest APIs differ from the results given by the calculateroute API Here is an…
Zarbout
  • 73
  • 1
  • 8
0
votes
1 answer

HERE API autocomplete does not return Mexico City

HERE API autocomplete does not return Mexico City with the following request: https://autocomplete.search.hereapi.com/v1/autocomplete?q=mexico&apikey=[myApiKey]&lang=en-US&types=city It worked fine with the old API. Is there something wrong with my…
imld
  • 1
0
votes
1 answer

Error trying to create a new instance of SDKNativeEngine

I'm trying to create a new instance of SDKNativeEngine in this way SDKOptions sdkOptions = SDKOptions.withAccessKeySecretAndCachePathCacheSizeAndPersistentMapPath( accessKeyId, accessKeySecret, externalPath, cacheSizeBytes,…
0
votes
2 answers

How to use Fleet Telematics with routing V8

In the API reference of Fleet Telematics it says you can use Here Routing V8 for calculate the route. But when I try to send a request (with origin, destination, transport and obviously the API Key) it always return error 404. Which is the correct…
0
votes
1 answer

How to return multiple results in here.com revgeocode API call?

Here.com API v6.2 used to have a reverse geocode call that would return multiple records per one call. Current v1 API has a revgeocode call that returns an array of "items", but it's always limited to 1 item. Is it possible to make it return…
Michael Kelso
  • 151
  • 1
  • 8
0
votes
1 answer

Reverse GeoCode in Asia

in my flutter app I use the package here_maps_webservice (v1.0.3) for reverse-geocoding. It works very well for european addresses. But for latitudes and longitudes in China, I get just the country name: People's republic of China. Is it not yet…
Xinyu
  • 63
  • 11
0
votes
1 answer

HERE-sdk.aar missing the RoutingEngine class

I'm trying to use the HERE SDK FOR ANDROID (PREMIUM EDITION) SDK version 3.18.3 for routing/directions. I am using this method to get a route. I can not get the RoutingEngine class to import from the HERE-sdk.aar I did doublecheck the file,…
0
votes
1 answer

Find cities within a circle with Here.com API

I need to find the cities (municipality) in a circle around a point, the only way I found to do that is to search for "city-hall" (800-8100-0163). I use with curl from php to retrieve the json…
ezabba
  • 1
  • 1
0
votes
1 answer

Wrong geocode results

We're trying to geocode a location in Poland, using a street, zip code and a city name, but seem to get wrong result. We're looking for: DĄBROWSKIEGO , 82-300…
DemoBytom
  • 305
  • 1
  • 9
0
votes
1 answer

HERE API Intermodal: Set / limit maximum distance or time to public transport

The HERE Intermodal Routing API allows to walk/bike/drive to or from a public transport route. I have found a parameter to limit the maximum walk distance (pedestrian[maxDistance]). However I would love to set or limit the distance using bicycle or…
Sander
  • 122
  • 1
  • 8
0
votes
2 answers

How do I register a second android app in HERE freemium or change the name of my first app?

Last year I created a Freemium account with HERE and managed to create an access key id and secret and amazingly it all works. I have since updated the app and given it a new name and now the maps don't work, even with the second set of keys I…
tcs1752890
  • 11
  • 1
0
votes
1 answer

location of an Accesspoint is not updated

I am using the positionning v2 API to locate some assetes using mac Addresses of Accesspoints. It is working well, but sometimes a mac address is not located where it is supposed to. So when I try to locate a position with 5-6 mac Addresses (the…
starli8ht
  • 1
  • 1
0
votes
0 answers

Here Maps Premium SDK works on Android Auto?

HERE-maps premium sdk works with Android Auto sdk? I`m developing a feature just to mirror my maps in car but always get the same error: java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.Context…
0
votes
1 answer

How many way points can I pass in the URL? Can I pass more than 100 way points?

I've been using HERE api to calculate the roughness profiles of the route. I need to pass more than 100 waypoints to get the IRI index. Is it possible to pass n number of waypoints or is there certain limit to it?
0
votes
1 answer

Herepy EVCharging Station API; Error occured: Forbidden, description: These credentials do not authorize access

I am trying to use HERE api to get some charging station data. I signed up for a freemium account and verified my email address. I am using Herepy to send requests but unfortunately I get the following error HEREError: Error occured: Forbidden,…
Prashant Kumar
  • 501
  • 8
  • 26
1 2 3
99
100