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
6
votes
1 answer

Create URL to here.com maps Driving Directions with addresses/coordinates passed along

Anybody know how to create a proper URL to link to here.com maps, from my site? We use an extensive amount of API calls to embed the maps inside our site, but I want to send emails to people with a 'Click Here for directions' link inside pointing to…
BrianJTX
  • 61
  • 1
  • 3
6
votes
3 answers

Change the language on Map control on Windows Phone 8

When I change the language of the phone to any language (say French), the labels in the map change to French. Is it possible to force a language in Map Control? I tried to use "Language" property of the Map and change it to "fr" & "fr-FR". It didnt…
Ateik
  • 2,458
  • 4
  • 39
  • 59
6
votes
2 answers

can use nokia here REST map API in openlayer?

I'm trying to use Nokia Here Maps REST API in OpenLayers but I cannot find out how. Can Nokia Here Maps be used in OpenLayers? Does Nokia Here Maps support TMS? Does anyone know how to use Nokia Maps by OpenLayers or OpenScales?
Jack
  • 57
  • 2
  • 4
5
votes
2 answers

Here API returns Unrecognized Kid Null error

This is my cURL request curl https://geocode.search.hereapi.com/v1/geocode?q=5%20Rue%20Daunou%2C%2075000%20Paris%2C%20France -H "Authorization: Bearer XXXXXXXXXXXXXXXXXXXXXXXXXXX" This is the…
searcot jabali
  • 438
  • 6
  • 16
5
votes
2 answers

Here Maps Routing API V8 - mutiple waypoints

I am very new to the Here Maps Routing API v8. I have tried the example provided here: https://developer.here.com/documentation/maps/3.1.15.1/dev_guide/topics/routing.html I have used the routingParameters as shown below: var routingParameters = { …
DXB-DEV
  • 547
  • 1
  • 7
  • 18
5
votes
4 answers

Openlayers map not using full width

I am using openlayers on Angular to display a map with here-api as the map tile provider. Openlayers 6.1.1 Angular 8.0.0 However, when the page is loaded the map does not fill the whole width. This happens on Edge & Chrome for Windows (PC), and…
Glenster
  • 1,187
  • 2
  • 13
  • 31
5
votes
1 answer

How do I get a Terrain Map in UI Controls HERE Maps v3.1

After upgrading to the v3.1 Javascript SDK with vector/WebGL rendering, there is now no terrain layer in the default UI Controls. I have looked into the API documentation but there is no clear example that I could find that shows how to specify…
Mark R
  • 63
  • 6
5
votes
2 answers

How to get bounds after map drag in Here Maps

I am facing a problem to get the map bounds in Here maps after dragend event. I need the new lat,lng to get some items/points within the new changed viewports. I Just want to get the alternatives of google maps map.getBounds().getNorthEast().lat()…
5
votes
1 answer

NavigationManager: How can I use GpsSignalListener with route simulation on an emulator?

With HERE Android SDK Premium, when using NavigationManager#simulate() method, if I add a NavigationManager.GpsSignalListener, the listener callbacks are not called even when I turn on/off my GPS while running on an emulator. How do I receive GPS…
curioustechizen
  • 10,572
  • 10
  • 61
  • 110
5
votes
3 answers

HERE-maps CORS problems with Autocomplete

I want to use HERE maps autocomplete in my project. But when a i send request like the one in documentation this.axios.get('http://autocomplete.geocoder.api.here.com/6.2/suggest.json ?app_id={YOUR_APP_ID} &app_code={YOUR_APP_CODE} …
Irina Vdomike
  • 113
  • 1
  • 8
5
votes
1 answer

How to reduce APK size in HERE Maps Android SDK

I have used Premium Android SDK of HERE Maps API and implemented demo app. But my application size is 65 MB. Also I have enabled shrinkResources in app build.gradle file as follows, but this didn't work for me. android { // Other settings …
Nitin Karande
  • 1,280
  • 14
  • 33
5
votes
2 answers

How to add custom markers icons in Here Maps API 3.0

I want to use custom markers using Here Maps with JavaScript, but I tried the documentation and unfortunately I don't understand how to set a custom marker with a custom icon. In this sample bellow I set a position and marker, but I can't figure out…
João Fagner
  • 119
  • 1
  • 3
  • 12
5
votes
2 answers

HERE SDK v3.5.0_466 java.lang.ClassNotFoundException: Didn't find class "android.webkit.RenderProcessGoneDetail"

I am using the latest HERE SDK for this. This occurred before the MapEngine is initilaized. The Map is showing on the screen. Android SDK Version compileSdkVersion 26 buildToolsVersion "26.0.3" 11-16 10:50:00.245 30879-30879 I/cr_LibraryLoader:…
neilQ5
  • 179
  • 1
  • 12
5
votes
1 answer

Clarification on what a "Transaction" is for HERE maps API

I am currently evaluating several mapping API's and I have a question regarding HERE maps and what transactions and requests are. According to the "Plans" page, "For most of our services, a transaction is one server request. For map, satellite and…
dvanmullen
  • 61
  • 6
5
votes
3 answers

HERE Maps Android Integration, MISSING_LIBRARIES Error

I followed the steps https://developer.here.com/mobile-sdks/documentation/android/topics/app-simple-android-studio.html but I am getting error as : Cannot initialize Map Fragment MISSING_LIBRARIES Map init code : mapFragment.init(new…
chehthan
  • 213
  • 2
  • 13