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

How can I get batch distance to endpoints?

Can I get batch distance from start point to other points (not sequentially) with a single query? Starting point - Point 1 Starting point - Point 2 Starting point - Point 3
0
votes
1 answer

HereAPI - Can't reach waypoints requested

I am trying to execute a rather simple request using Here FleetApi Demo, this is the request I am trying to…
pp__b
  • 123
  • 7
0
votes
1 answer

Here SDK lite for iOS contains unsupported files

We recently integrated the Here SDK lite for iOS in our app and during the submission to the AppStore, we discover that the xcframework contains unsupported files. ITMS-90853: Invalid font - There was an error validating the font…
lechuckcaptain
  • 1,032
  • 1
  • 9
  • 25
0
votes
1 answer

Big difference in the cost of paying the round trip

The route from 46.371399% 2C2.569599 to 50.53027% 2C9.68613 costs 254.4 euros in France, and 74.2 euros back in France. Why such difference? 254.4…
Tim
  • 21
  • 1
0
votes
0 answers

HERE TRAFFIC API TPEG, getmessage encryption

I am struggling for an entire week now, failing at meeting the encryption requirements of HERE traffic api, precisely TPEG API. Steps to do:
Yesyoor
  • 157
  • 1
  • 18
0
votes
1 answer

MapGesture.OnGestureListener to let user select route they want

UPDATE BELOW!! I'm trying to let the user decide which of the 3 routes provided, they want to take. Here is the screenshot of the routes. I am using the HERE SDK FOR ANDROID (PREMIUM EDITION) 3.18.5 Here is my code for adding the routes to the…
0
votes
1 answer

HERE API Request TPEG Data missing query parameter 'V'

I am trying to request TPEG data with the HERE API. I made it as far as receiving a BEAR token and request the URL and key. The next step is to send a HTTP Post request to the received URL with an aes encrypted body. Unfortunately I always reveice…
Yesyoor
  • 157
  • 1
  • 18
0
votes
1 answer

Here API does not show public transit for given route

I am trying this URL straight from documentation, and it works fine, showing a route consisting of walkable sections as well as sections to be plied by public…
SexyBeast
  • 7,913
  • 28
  • 108
  • 196
0
votes
1 answer

HERE Maps API - Toll

Similar to finding petrol stations in a boundary box like this (using q=petrol+station): https://discover.search.hereapi.com/v1/discover?apiKey=XXXXX&in=bbox:-8.458019,38.065748,-8.351916,38.152380&q=petrol+station (there should be two petrol…
DanielZ
  • 173
  • 1
  • 11
0
votes
1 answer

HERE maps: More styles for Vector tile rendering with MapBox/Maplibre

I'm using mapbox-gl-js library (soon maplibre-gls-js) to render Maps from HERE Vector Tiles API using the styles from https://github.com/apollo-mapping/ap-tilezen-mapbox-styles I saw and tried this example from HERE:…
dhcode
  • 51
  • 2
  • 4
0
votes
2 answers

Can I Use Infobubble with mouseover and mouseleave in here map

I am facing issues using infobubble with mouseover and mouseleave. I want show info window on mouseover and close info window on mouseleave in here map.
0
votes
1 answer

School Zone Alerts Speed Zone Not Changing / Are the Alerts School Hours Sensitive

The speed zone Here.com SDK I am using to best of my knowledge has school zone data included however when ever I driver through a school zone during school hours (as I am of the view the school zone speed zone is time sensitive) It does not change…
0
votes
1 answer

Here maps change language for map controls dynamically

With here maps there is possibility to change language for both layers and controls. Here is example from here maps. http://jsfiddle.net/gh/get/jquery/2.1.0/heremaps/jsfiddle-github/tree/master/map-multi-language-support . The problem I'm having…
cleper
  • 1
0
votes
1 answer

What should be passed in the timingCompatibility variable of the findsequence2 API?

I'm trying to use this API : https://wps.hereapi.com/v8/findsequence2 (documentation here https://developer.here.com/documentation/routing-waypoints/api-reference.html) This variable : timingCompatibility (string) is proposed but undocumented. What…
0
votes
1 answer

Return value of hereAPI router in metres?

We're currently investigating in the HERE Routing API v8 but can't really determine what the actual result consists of when units is set to metric. Example result: "summary": { "duration": 1670, "length": 12865, "baseDuration":…