3,313 questions
0
votes
1
answer
80
views
Facing an error of Swift.String : Swift.Error in heresdk
I have Project where I have already integrated heresdk since 2 years back and it is working fine but when I update to latest heresdk then it gives an following error
protocol conformance descriptor ...
1
vote
1
answer
305
views
Flutter HERE maps here_sdk not loading map. White screen only. Happens in all apps, INCLUDING their OFFICIAL here_map_app example
Issue
Using the Flutter here_sdk doesn't work. Specifically, the HERE hello_map_app example only shows a white screen when loading.
I am using the Explore here_sdk. Here is the top of its pubspec.yaml:...
0
votes
2
answers
74
views
Import CSS file from npm package
I'm working on a project using Here Maps JavaScript SDK. This is my package.json file:
{
"name": "rapp",
"version": "0.1.0",
"private": true,
&...
1
vote
1
answer
393
views
HARP Engine is not supported in Here Maps for Javascript issue
I am switching to HARP engine in the Nuxt 3 project.
I use the latest version of HERE maps API for Javascript (1.61.2).
Also, I defined Nuxt Plugin of Here Maps based:
export default defineNuxtPlugin( ...
0
votes
1
answer
178
views
How to avoid HERE Maps API routing through underpasses when generating intermediate steps?
I'm using the HERE Maps API to generate a route between an origin and a destination, including several intermediate steps along the way. However, I've encountered an issue where some of the generated ...
1
vote
0
answers
126
views
Using APIKEY but getting "Bearer token invalid. Bearer missing or bearer value missing."
I just want to use HERE maps with the simplest of all calls to retrieve the long/lat from a given location just like
https://geocode.search.hereapi.com/v1/geocode?q=Berlin&apiKey=mykey
The ...
1
vote
0
answers
57
views
HERE Traffic API: How to Create a Network In Python From Flow Data
How can I create a networkx graph and feed the edges the flow data that I receive from real flow data in HERE API?
I tried to check the documentation, but the developer documentation is not clear on ...
1
vote
0
answers
100
views
How to use Geocoder Autocomplete API of the new HERE Platform?
I'm currently having a confusion about why hitting this endpoint :
https://autocomplete.geocoder.ls.hereapi.com/6.2/suggest.json?apiKey={API_KEY}
results in a 403 http status code. And I'm sure the ...
0
votes
1
answer
150
views
Setting up an API key under a paid account [duplicate]
Currently calling the following API end point using an API key under a free account.
End point - https://geocoder.ls.hereapi.com/search/6.2/geocode.json
So recently we created a new account with ...
0
votes
1
answer
79
views
Signature mismatch. Authorization signature or client credential is wrong with Android
I am following this tutorial to fetch the auth token for the HERE maps. I am able to fetch the token with my iOS app, However I cannot seem to get the token with Android. I keep getting the error ...
0
votes
1
answer
263
views
Here Maps It looks white in React
I am trying to implement an app with ReactJS and Here Maps, but my map looks white, but it loads the logos correctly, apparently it says that my ApiKey does not have access, but it does since I have ...
0
votes
1
answer
72
views
Converting Here API WKTShapeType Multipolygon To GeoJSON?
I have access to a data source that looks like:
"Shape": {
"_type": "WKTShapeType",
"Value": "MULTIPOLYGON (((-128.9102 50.82492, -128.90881 50.82422,...
0
votes
1
answer
37
views
Missing address fileds in Here-API auto suggest end-point
I am using the Here API auto suggest end-point for suggesting cities. Based on this document I want to get country, countryCode, city and cityCode from the response but the address object contains ...
0
votes
1
answer
280
views
HERE Routing API V8: ignore route restrictions near place or waypoint
I have a destination that is reachable faster via a way that is not allowed for trucks. Except for when the truck's next stop is near this restricted road.
Which option allows me to include this ...
0
votes
0
answers
45
views
Extracting latitude and longitude from HERE map linkid
Using HERE route matching API, I am finding out the linkid connecting the source and destination. Also, I am able to find out neighboring linkids to this linkid. Now I either want to plot the linkid ...