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

Download traffic flow data and weather data

I am looking to download the traffic flow data and the weather data having the conditions Particular date Particular location(zipcode or latitude/longitude or geolocations) I have seen some examples in this link to collect data using quadkey,…
Tanim
  • 1
  • 2
0
votes
1 answer

Here Maps - Prevent map from showing grey area outside of map

So, I can't find anywhere on the Here Maps API an option to prevent the map from showing the grey area that is rendered outside of the map. You can visualize the grey area by dragging, or by zooming out. This makes the map feels kinda amateur, to…
user68465
  • 3
  • 1
0
votes
1 answer

HERE Traffic API explanation of speed data

Although I found a way to request additional information from Here-Api as described here, I am interested in how the speed data is particularly defined by. For instance, if "SP" is defined as Speed (based on UNITS) capped by speed limit, I would…
Daler
  • 13
  • 2
0
votes
1 answer

HERE geocoding API - Storing location geocodes in local DB

Would like to understand which Pricing option will support storing the Geocodes in local DB and Bulk geocoding.
0
votes
1 answer

HERE - Error 403 with regionDefinition type circle

I'm migrating from version 7 to version 8 to submit a matrix for calculation. I receive this error when I post to https://matrix.router.hereapi.com/v8/matrix?apiKey=MY_API_KEY&async=false : { "title": "insufficient permissions", "status":…
0
votes
1 answer

How to add pop-up to map marker on HERE Maps (Flutter)

The base code comes with a Metadata pop-up but I can't figure out how to transform it to display the data from an API call in the pop-up, relevant to the individual map marker, which are all placed via a different API call already. The Map Marker…
al246
  • 220
  • 6
  • 16
0
votes
1 answer

Live navigation instructions from the HERE app on smartphone

Does the SDK (Lite Version) sufficient for an application that prints the live navigation instructions that comes from the phone's app during navigation? I don't want to calculate any routes, nor display a map. I want to get the current instruction…
0
votes
1 answer

HERE Maps REST API - rotation of tile labels

I'm using REST API provided by HERE Maps to display a map inside an application. As I'm not using any SDKs provided by HERE, I'm forced to fetch map tiles and render them using react-native-maps (custom tiles). What…
0
votes
1 answer

Invalid permissions with location services

I am using your service through the IWD store locator. My credentials are entered in to the system and the map is not showing. Support from IWD said to give you this error and see if we can fix it. H.service.jsonp.handleResponse(8)(
Tom
  • 1
  • 1
0
votes
1 answer

Autocomplete: Read LAT/LON

Is there an easy way to obtain the geolocation data of an autocomplete reply? Currently only text is returned in a query. How would one read the GPS coordinates for an…
OGi
  • 113
  • 1
  • 7
0
votes
2 answers

Geocoding returns street, but not house (but house is in HERE database)

API: https://geocode.search.hereapi.com/v1/geocode That is the random house in the Spain, Alicante, what I just picked to show the problem. So, we have two queries: Calle de los Montesinos, 3 …
0
votes
2 answers

HERE Map SDK configure with multiple build variants with different applicationId

How can I use HERE map SDK with multiple build variants with different applicationId like - com.example and com.example.debug There is only one input for package name in HERE map console.
Naresh NK
  • 1,036
  • 1
  • 9
  • 16
0
votes
2 answers

What is the maximum bike distance for the HERE Intermodal Routing API V8

For walking there is the pedestrian[maxDistance] parameter. But there is nothing similar for biking. When trying to use bike and ride I can get the error: { "title": "Routing is not possible due to missing stations in a given range", …
herostwist
  • 3,778
  • 1
  • 26
  • 34
0
votes
1 answer

Animation for drawings

I'm wondering is there are some available animations exist for changing MapPolyline and MapPolygon on the fly". For now, I'm able to draw both of them and edit them via geometry property, but without any animations: let geoPolyline = try!…
hbk
  • 10,908
  • 11
  • 91
  • 124
0
votes
1 answer

Here batch geocoding API stopped working - HTTP Error 500

I've been using Here batch geocoding API through a Python script for weeks and it was working fine, but today it just stopped working. I checked my API key and it is enabled. I'm at 40% of the usage limit. I tried sending the same CSV file three…
foliveira2
  • 41
  • 4