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

Here API getting speed limit got PermissionError

I am getting the permission error after calling the here…
Shing Ho Tan
  • 931
  • 11
  • 30
0
votes
1 answer

HERE Map Attributes API 8: Potential Missing Layers

I am trying to use the newer HERE Map Attributes API v8 to access various layers and while some work (e.g. SPEED_LIMITS_FC1...5) others do not (e.g. TRAFFIC_SIGN_FC1..5) and return a 400 responseCode: Layer XXX has no LAT / LON columns What little…
realdrive
  • 36
  • 4
0
votes
1 answer

HERE Maps JavaScript API: how to get info from click on cluster marker

Following these 2 docs: https://developer.here.com/documentation/examples/maps-js/clustering/custom-cluster-theme https://developer.here.com/documentation/maps/3.1.30.3/dev_guide/topics/clustering.html I have a cluster of markers. But the target…
linuxoid
  • 1,415
  • 3
  • 14
  • 32
0
votes
1 answer

Here Advanced Positioning not Working on Android 11

I've implemented these instructions Advanced Positioning By Here to achieve the functionality described by them. It is working with Android 10 and below, but I cannot get it to work with Android 11. In the code below I try to make Positioning…
0
votes
1 answer

JavaScript HERE map not showing on Bootstrap Tabs until window resized

I'm trying to show a HERE map on Bootstrap tabs with this simple example: https://developer.here.com/documentation/maps/3.1.30.3/dev_guide/topics/map-controls-ui.html The problem is the map won't appear on page load until the window is resized. As…
linuxoid
  • 1,415
  • 3
  • 14
  • 32
0
votes
0 answers

HERE MAPS load very slowly on physical devices

I'm working with HERE MAPS navigate sdk on my flutter project. The maps load and search super fast on the simulators but when I run using a physical device (iPhone or Android) it loads super slow. Literally takes minutes to search or load tiles. I…
0
votes
1 answer

JavaScript HERE map API: not showing on page load, only on button click

HERE map doesn't load on page load, it only shows the HERE logo and copyright, but it loads with a function on clicking a button. The below code is slightly adapted from the HERE docs…
linuxoid
  • 1,415
  • 3
  • 14
  • 32
0
votes
1 answer

Wildcards in autcomplete API

I use HERE autocomplete API (autocomplete.geocoder.ls.hereapi.com) to get suggestions. Let's say I'd like to search for "budaörsi" street, house number: 11, so I make a request as "budaörsi 11". This gives good result, however, when I search for…
Zsolt
  • 365
  • 3
  • 12
0
votes
1 answer

Is it possible to return normal polyline rather than flexible-polyline from here api routes endpoint?

flexible-polyline algorithm provided here (https://github.com/heremaps/flexible-polyline) is not working properly on ios webview. I am wondering if there is a way to receive regular polyline via here routes api?
stackbee
  • 1
  • 1
0
votes
2 answers

question about getting started with the Here API

I am just getting started and thought I might see if anyone knew a good place to start... I want to do a filtered list of Here Places in a mobile app. Every time I think I've found the right path, like Here Places, it appears deprecated. Where is…
0
votes
1 answer

HERE Android SDK - Navigate Edition: Route calculation waypoint limitation and simulation stoppage

I'm encountering two issues when using HERE SDK for Android, they may be related or may not be, but I'm not entirely sure: Route calculation waypoint limit There's a limit to the amount of waypoints that can be used when calculating a route…
user13191088
  • 36
  • 1
  • 5
0
votes
1 answer

Is this possible to integrate HERE API in ReactNative to develop an application?

I would like to develop an application using Here API. I'm implementing my code with ReactNative but I don't know if it support Here API. I've seen in the documentation that we can use it with React to develop a website but I'm not sure it's…
quentin
  • 11
  • 2
0
votes
1 answer

HERE Maps API JS : How to change the date format in incident popup?

Even if layers and UI have been created with french language : var defaultLayers = platform.createDefaultLayers({lg : 'fre'}); var ui = H.ui.UI.createDefault(map, defaultLayers,'fr-FR'); dates in layer incidents on popup are displayed in english…
0
votes
1 answer

HERE API rate limit header explanation

I am using the route matching HERE api. At some point due to the large number of requests I receive a 429 error with the following headers. X-Ratelimit-Limit:[250, 250;w=10] X-Ratelimit-Reset:[6] Retry-After:[6] These are the only rate limiting…
Corcus
  • 1,070
  • 7
  • 25
0
votes
1 answer

HERE API - Need to get the coordinates of all route waypoints

I need to get the coordinates of all route points through the CURL - in the HERE API documentation, I did not click on how to do it. Tell me what you need to create a request or give a link to the HERE documentation