Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
43 views

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 ...
Manish's user avatar
  • 742
0 votes
0 answers
21 views

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 ...
TEKBH's user avatar
  • 1
1 vote
1 answer
269 views

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:...
Matthew Trent's user avatar
0 votes
2 answers
54 views

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, &...
MakePeaceGreatAgain's user avatar
1 vote
1 answer
369 views

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( ...
Jaisy's user avatar
  • 35
0 votes
0 answers
40 views

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 ...
Koushik mondal's user avatar
0 votes
0 answers
20 views

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 ...
Amr Almoallim's user avatar
0 votes
0 answers
36 views

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. ...
Andrew Losseff's user avatar
0 votes
1 answer
162 views

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 ...
christech_py's user avatar
1 vote
0 answers
114 views

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 ...
Oliver Busse's user avatar
  • 3,395
1 vote
0 answers
53 views

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 ...
7p4's user avatar
  • 29
1 vote
0 answers
94 views

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 ...
tsukingo's user avatar
  • 349
0 votes
1 answer
123 views

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 ...
Nick's user avatar
  • 11
0 votes
1 answer
77 views

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 ...
user2574903's user avatar
0 votes
1 answer
247 views

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 ...
Diego GT's user avatar
0 votes
1 answer
66 views

I have access to a data source that looks like: "Shape": { "_type": "WKTShapeType", "Value": "MULTIPOLYGON (((-128.9102 50.82492, -128.90881 50.82422,...
Lloyd Banks's user avatar
  • 36.9k
0 votes
1 answer
34 views

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 ...
Hassan Golshani's user avatar
0 votes
1 answer
223 views

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 ...
xtra's user avatar
  • 2,412
0 votes
0 answers
39 views

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 ...
Mangesh Shinde's user avatar
0 votes
2 answers
375 views

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? ...
LLL's user avatar
  • 1,927
0 votes
1 answer
433 views

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 ...
Igor P.'s user avatar
  • 1,497
0 votes
1 answer
56 views

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: ...
JGarnie's user avatar
  • 624
0 votes
1 answer
126 views

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 ...
S Sunil Kumar's user avatar
0 votes
1 answer
44 views

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 ...
pretenderjarod's user avatar
1 vote
1 answer
911 views

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 '...
Stephen Romero's user avatar
0 votes
1 answer
89 views

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 ...
Anonim Anonim's user avatar
1 vote
1 answer
219 views

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 ...
DanielR's user avatar
  • 724
-2 votes
1 answer
918 views

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 ...
Amelia W's user avatar
  • 101
0 votes
1 answer
259 views

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,...
İbrahim Akar's user avatar
1 vote
0 answers
103 views

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 ...
Tisalmin's user avatar
0 votes
0 answers
44 views

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 ...
Chadmerdinger's user avatar
0 votes
1 answer
155 views

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:...
Cosmin-RB's user avatar
1 vote
2 answers
410 views

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%...
venco16's user avatar
  • 11
0 votes
1 answer
155 views

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 ...
Chadmerdinger's user avatar
0 votes
1 answer
453 views

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 ...
Zain's user avatar
  • 125
0 votes
0 answers
189 views

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....
grreeenn's user avatar
  • 2,603
0 votes
2 answers
91 views

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 ...
memory noise's user avatar
0 votes
1 answer
98 views

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 ...
Zain's user avatar
  • 125
0 votes
1 answer
230 views

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 ...
Kavishika_Kahandawala's user avatar
1 vote
1 answer
203 views

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 ...
Dev1ce's user avatar
  • 5,984
0 votes
0 answers
139 views

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, ...
cvl's user avatar
  • 1
0 votes
1 answer
104 views

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 ...
chenny's user avatar
  • 991
-1 votes
1 answer
473 views

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....
Jacopo Guanetti's user avatar
0 votes
1 answer
427 views

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) ...
d.a.d.a's user avatar
  • 1,404
1 vote
1 answer
179 views

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/...
Dev devovs's user avatar
0 votes
2 answers
170 views

Preconditions Here Explore SDK plan subscribed SDK added to the project ad initialised with: accessKeyId accessKeySecret Future<void> initializeHERESDK() async { SdkContext.init(); ...
Olle Kyrychenko's user avatar
1 vote
2 answers
239 views

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-...
anaz_Zean07's user avatar
0 votes
1 answer
107 views

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/...
ron's user avatar
  • 1
0 votes
1 answer
93 views

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 ...
MelaniaCB's user avatar
  • 435
1 vote
2 answers
561 views

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....
Ouaaqil Youssef's user avatar

1
2 3 4 5
67