3,318 questions
0
votes
0
answers
43
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 ...
0
votes
0
answers
21
views
Eat-up not showing when there's a map poly line
The eat-up during navigation does not show when I don't delete the the map poly lines shown during routing.
Basically the route always shows blue, even the part already behind.
Is there a way to say ...
1
vote
1
answer
269
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
54
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
369
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
0
answers
40
views
Receiving 404 Error from HERE Maps Tour Planning API (v2)
While calling the HERE Maps Tour Planning API endpoint, I am receiving an HTTP status code of 404.
endpoint: https://tourplanning.hereapi.com/v2/problems/async
earlier it was working as expected.
Has ...
0
votes
0
answers
20
views
Here Attributes API - Unable to paginate response data
I am trying to use the HERE Attributes API v8 to get road attribute data. I am using the "in" request parameter to filter the results to a certain bounding box. Here is an example request i ...
0
votes
0
answers
36
views
Here map with React update data from props
I have an issue with refreshing data on the map. When I get new data, the old one stays on the map as well. I pass data as props from parent component to the component.
I use React and 'HARP' engine.
...
0
votes
1
answer
162
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
114
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
53
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
94
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
123
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
77
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
247
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
66
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
34
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
223
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
39
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 ...
0
votes
2
answers
375
views
HERE maps - Move map position
I would like to do very simple thing which is moving HERE map left / right / up / down. Let's focus on one thing, so moving map up. This works fine when dragging the map but how to do that from code?
...
0
votes
1
answer
433
views
HERE Maps CSP error on Safari browser: blobs can't be loaded
I am working on a webpage which integrates the JAVASCRIPT HERE MAPS SDK which works fine so far. For security reasons, we now introduced CSP to the website. Ever since that, HERE maps don't work ...
0
votes
1
answer
56
views
Geocode Shape not working on H.service.Platform#getSearchService
Currently on my app I am using
H.service.GeocodingService
to retrieve using geocode() method the shape of a location, for it I was passing the options:
searchText: `${zip}+DEU`,
additionalData: ...
0
votes
1
answer
126
views
How to add custom marker to here map route using the url
Is there a way to add custom marker to the hero maps route url, which will get the location attributes as payload.
I am expecting a solution which will reduce the usage of packages and can be just ...
0
votes
1
answer
44
views
here-map-widget-for-jupyter outdated
Is there a method to make here-map-widget-for-jupyter function in the most recent Python environment?
The command pip install here-map-widget-for-jupyter installs without issues, but the widget isn't ...
1
vote
1
answer
911
views
Vue 3, HERE Maps: Failed to execute 'postMessage' on 'Worker': [object Array] could not be cloned
So we are migrating our code base from Vue 2 to Vue 3 and everything works fine for HERE maps except for the .addObject() event that keeps failing with the error:
Failed to execute 'postMessage' on '...
0
votes
1
answer
89
views
Here API - How to filter attributes in tiles
I am using HERE api to get information about truck restrictions in tiles. The problem is the very large size of the response when given a large number of tiles. I would like to be able to filter ...
1
vote
1
answer
219
views
Here Maps: Matrix routing status returns 401 with ApiKey
I successfully created a request to the matrix routing api.
When I want to check the status, I get error 401 (No credentials found). I pass the ApiKey as a url parameter like I did when sending the ...
-2
votes
1
answer
918
views
Integrating HERE Indoor Map into React Native
I am wondering if it is possible to integrate HERE Indoor Maps into React Native. With all the research I have done, it seems the only way to render a here indoor map is to create native modules for ...
0
votes
1
answer
259
views
Is there a way to develop Lasso Selection in Here Maps JS?
I want to develop Lasso Selection on Here Maps.
I had previously made developments for drawing polygons on the map. Simply put, by listening to pointermove and pointerdown events; As the pointer moved,...
1
vote
0
answers
103
views
How to capture map with markers to canvas?
I am using HERE maps in my web app and I would like to "take a screen shot" from the visible map. I am using the SDKs H.Map.capture function for this, but the problem is that it does not ...
0
votes
0
answers
44
views
Draw a polyline from starting position to current position
I want to draw a polyline that's gonna show me what path the user has passed, but i always get
Polyline.setGeometry invalid argument error.
I tried following the official HERE API page example, but ...
0
votes
1
answer
155
views
Finding all cities within a specific radius using HERE API: limitations and alternatives
I'm interested in finding all the cities within a specific radius (x km) from a central city, based on given coordinates. I've tried using the following GET request with the HERE Reverse Geocoding API:...
1
vote
2
answers
410
views
Here reverse geocode api error Requested resource not found
revgeocode.search.hereapi.com always returns either incorrect credentials or resource not found
https://revgeocode.search.hereapi.com/v1/%20revgeocode%20?at=48.2181679%2C16.3899064%20&lang=en-US%...
0
votes
1
answer
155
views
How to show multiple map routes each being in different color using HERE Maps javascript?
I am new to HERE. I've been trying to show different routes on the same map (the coordinates and the colors are read from database). The routes are shown as expected, but only in the last color value ...
0
votes
1
answer
453
views
HERE API: __webpack_require__ is not defined in React App
I have a problem when implementing the HERE Maps API into my React App.
I have installed and imported the following package:
import H from '@here/maps-api-for-javascript';
However, for some reason I ...
0
votes
0
answers
189
views
HERE maps API v7 - get all cities in radius
I see this question, but it uses API v6 - and things changed significantly in v7.
So according to the docs, the way to do it is by using the /browse endpoint. So my query is:
https://browse.search....
0
votes
2
answers
91
views
Matching HERE Maps items with Wikipedia content using REST APIs
Using the V7 version of the HERE Maps REST api, I'm trying to get match the data I'm getting from the /browse and /discover endpoints and match them unambiguously with data obtained from the Wikimedia ...
0
votes
1
answer
98
views
HERE API: Doesn't recognize appId and appCode as parameters in React
Error: H.service.Platform (Argument #0 "apikey" must be specified)
InvalidArgumentError: H.service.Platform (Argument #0 "apikey" must be specified)
My HERE Maps setup does not ...
0
votes
1
answer
230
views
Error on getting API response (HERE maps rest API)
I'm new to flutter so bear with me that. I am currently making an application that uses HERE Maps API to get location data, but I'm getting "An error has occurred!", which comes when ...
1
vote
1
answer
203
views
How to apply a custom png icon from local system to a HERE maps marker?
I am trying to change the default Marker Icon with a .png image on my local system MacOs
The .png image file is located in the same directory as the HTML code
I tried adding the variable reference ...
0
votes
0
answers
139
views
Georoute and HERE
I am trying to use the Stata package georoute, which uses HERE API keys to calculate the commuting time between two points. When I try to run the following code:
global apikey [THE KEY]
georoutei, ...
0
votes
1
answer
104
views
Here Maps batch geocode always end in error
I am testing Here Maps Batch Geocode functionality.
Using Postman, I can submit a batch request as documented:
POST https://batch.geocoder.ls.hereapi.com/6.2/jobs?apiKey={apiKey}
&indelim=%7C
...
-1
votes
1
answer
473
views
HERE Route Matching v8 - how to define stopover waypoints when using a trace file?
I use the Here Rout Matching v8 API to match routes from sequences of GPS coordinates. I pass the GPS coordinates as a CSV trace file in the POST request body (as documented here https://developer....
0
votes
1
answer
427
views
Here API Batch Geocode download stream API
we are using the batch geocode api of Here maps and when downloading the uncompressed result within a stream we want to directly reprocess the result further.
After some time (round about 18 minutes) ...
1
vote
1
answer
179
views
Bundle HERE Maps API yarn install with stimulus js
Is it possible to install Bundle HERE Maps API by yarn?
I use stimulus js and I want to use here maps with it.
I found only for nmp https://developer.here.com/documentation/maps/3.1.30.9/dev_guide/...
0
votes
2
answers
170
views
How to use Custom POIs and Custom Data Layers with the HERE SDK in the Flutter?
Preconditions
Here Explore SDK plan subscribed
SDK added to the project ad initialised with:
accessKeyId
accessKeySecret
Future<void> initializeHERESDK() async {
SdkContext.init();
...
1
vote
2
answers
239
views
Here Map Angular Component Not loading in Modal Component
Using Here Map to show stops for a shipment, where using the shipment id to fetch the details of those stops. Loading the here map from the Modal Component.
jsmap-show-modal.component.html
<app-...
0
votes
1
answer
107
views
HERE route api plugins QGIS
An error has occurred while executing Python code:
IndexError: list index out of range
Traceback (most recent call last):
File "C:/Users/rvbartolata/AppData/Roaming/QGIS/QGIS3\profiles\default/...
0
votes
1
answer
93
views
here.com isoline routing using R - df as result?
This is related to here.com and the developer side on a freemium account.
Problem: Is creating an empty dataframe or only ID instead of giving me a full data table with a polygon each row based in the ...
1
vote
2
answers
561
views
HERE Maps : No implementation found for GeoCoordinates in SDK navigate edition
recently we switched to HERE maps SDK navigate edition 4.14.2.0.11531 , everything went well but when using GeoCoordinates class , we get this crash :
No implementation found for com.here.sdk.core....