Questions tagged [heremaps]

This is the tag for information about the HERE Maps application developed by HERE Technologies. HERE Maps is a mapping software application. Use this tag to ask questions related to HERE Maps into your own web and mobile apps, retrieve map information such as addresses and coordinates, etc.

331 questions
6
votes
1 answer

Here Maps - cannot authorize to Maps Feedback API

Here Maps provide Maps Feedback API for i.e. submit information about missing places on their maps. I created a project and generate API Key which I used for Places API with success. Next, I tried to use it with Feedback API, but it failed. Oddly…
Mike Br
  • 888
  • 5
  • 11
5
votes
3 answers

Android Here Maps set api keys programmatically

I am using Here maps Premium SDK 3.15 and in the documentation, it says to set id, token, and license in the android manifest file. I set id, token, and license in build.gradle as a manifest placeholder and put in Android.manifest like below. …
bkaancelen
  • 163
  • 2
  • 11
4
votes
1 answer

is there a way to prevent Here maps from removing all the polyline & objects instead of just removing the marker and showing the new ones

The problem is like this. When the user clicks on a traceroute link in our app it opens a popup with here maps, showing the polyline with multiple markers in it. And on the same popup there is another table that has a map icon, when clicked shows…
shan2batman
  • 115
  • 1
  • 13
4
votes
0 answers

Is there a way to fill polygons on HERE maps with custom textures or patterns for iOS apps?

I am building an iOS app using HERE maps SDK. I need to fill the area of my polygon with images/textures/patterns. The NMAMapPolygon.customPattern adds the image as a pattern along the borders of the polygon. Is there a way where I can fill the…
Subha_26
  • 440
  • 4
  • 14
4
votes
1 answer

How to zoom in and shift map to location with same zoom in HERE map

I am implementing the HERE map for my website and plotting many markers onto them. The first marker is a big one and the rest is small. If the user hovers on the particular location, Big marker will popup. Now if my location is in the same city or…
user3583798
3
votes
1 answer

Here Maps iOS Build Failing

[!] Unable to install vendored xcframework `heresdk` for Pod `here_sdk`, because it contains both static and dynamic frameworks. …
Aguilaair
  • 118
  • 1
  • 6
3
votes
1 answer

HERE Maps Morocco and Western Sahara

As you know, Morocco disputes the territory of Western Sahara. We are using geo-political views (political_view) for Morocco, which successfully removes the border, however it doesn't remove the label "WESTERN SAHARA" from the…
Fenton
  • 241,084
  • 71
  • 387
  • 401
3
votes
2 answers

Transit direction for inter city is not working on heremap rest api

I have been using Public transit v8 rest api ,the transit response works fine for same county in USA, but gives error on planning transit for inter county Details URL: Sample here
3
votes
4 answers

__webpack_require__ is not defined. Here map bundle doesn't work

I've got an issue inside web worker when tried to use @here/maps-api-for-javascript. I think that happens since the webpack changes the code that runs inside the web worker. the initial part of the bundle (mapsjs.bundle.js): e = "undefined" !=…
Yauhen
  • 31
  • 1
  • 3
3
votes
0 answers

heremaps iterate through multiple coordinates and place markers

I am trying to use Heremaps in my React application to display the coordinates of some vehicles from an external api but I am having issues with placing multiple markers. I can place a marker for single coordinates or use the grouping feature but…
Serdar Mustafa
  • 835
  • 2
  • 9
  • 20
3
votes
1 answer

HERE Maps Info bubble not rendering correctly using React

I'm currently developing a React application using HERE Maps Javascript SDK. My Problem: I want to open an info bubble on a marker when I click on it. Instead This strange artifact gets rendered, and the map ends up going kaputt: Here is the…
3
votes
1 answer

HereMaps API Autosuggest results for resultType houseNumber returns only label

Using HereMaps api autosuggest for resultType houseNumber retuerns only label in address property. 'Till tomorrow it used to return countryCode, countryName, state, county, city, district, street, postalCode and houseNumber. Is there any change to…
MarkoIlic
  • 31
  • 3
2
votes
1 answer

HereMaps iOS SDK v4.13.3 not compiling with Xcode 14.3

Seeing two errors: .../Sources/HereMaps/AnnotationState.swift:2:8 Failed to build module 'heresdk'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30)', while this…
2
votes
1 answer

speed limits on highway

I would like to do a project on speed limits on highways in germany. I want to know the distance between changes of the speed limit. To do this I need get a dataset which includes the speed limit traffic signs or the areas where a speed limit is set…
criso
  • 21
  • 2
2
votes
0 answers

Here Maps API - do failures/errors count a transaction

we need to implement our own transactions counting per user system for Here Maps API. The problem is these may often return some strange errors due to internal errors, or because of the user error (invalid params). What with canceled requests (map…
Witold Kupś
  • 524
  • 7
  • 14
1
2 3
22 23