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.
Questions tagged [heremaps]
331 questions
2
votes
0 answers
Turn off Logging @ Here Maps SDK
We have been trying to discover the way to turn off logging in here SDK
We remove the log appender initialisation and setLogAppender call but it does not helped.
nativeEngine.setLogAppender(appender: AhoyLogAppender())
Tried setting the scheme to…

nikhil nangia
- 581
- 4
- 11
2
votes
0 answers
How to remove the SSL_Certificate error while making API calls
I am making API calls from my machine to HERE maps. I am getting an error from Pythons request library that SSL Certificate verification failed. IT works when I set verify = False.
Does it has something to do with firewall or something ??

Ravi Yadav
- 21
- 4
2
votes
1 answer
Trying to create MapImage instance for map marker in Here Explore for iOS is giving a weird error
Here Explore
init(coordinates: GeoCoordinates, image: UIImage) {
let pngData = image.pngData()
let mapImage = MapImage(pixelData: pngData!, imageFormat: ImageFormat.png)
print("i did…

iosdev
- 53
- 8
2
votes
1 answer
Get indoor position with bluetooth beacons with HERE SDK
Hey I am using the HERE SDK and we are trying to make it possible to track the position indoor. We have the indoor map set up on the here map inside the app (made in Flutter). Now we want the user to be able to move around and show the position on…

Lucas Goldner
- 617
- 9
- 29
2
votes
1 answer
403 Forbidden "These credentials do not authorize access" for HERE Geocoding & Search API
Currently working on building an address validator for a project I am working on, currently using a HERE account with a credit card attached for usage with the HERE Geocoding and Search API.
A minimal example to get started, a request to…

pcolusso
- 43
- 1
- 5
2
votes
1 answer
How to create a curved line between two points in HERE maps?
There is no attributes or properties in the HERE map documentation related to creating a curved line between 2 points on map.
Something like this I want to achieve in HERE maps

Tushith Shetty
- 21
- 1
2
votes
2 answers
HERE traffic api - Getting historical traffic data
I would like to get a traffic data map tile for a specific time. To do this,
https://developer.here.com/documentation/map-tile/dev_guide/topics/resource-traffic-flowbasetile.html as written in the documentation, I passed the "time" parameter.…

Sevda Gülen
- 21
- 4
2
votes
0 answers
set zindex for map objects in here maps android
I am trying to setzindex of some map objects in here maps using here maps premium android sdk.
My problem is I have set navigation route and along those route I want to show truck restrictions.
I tried changing setzindex of the maproute object but…

Ujjwal Jung Thapa
- 604
- 2
- 8
- 31
2
votes
1 answer
HERE Fleet Telematics API doesn't really optimize cost
According to the official documentation:
Specify the parameter &rollups instead of &rollup, and don't specify &cost_optimize, to get the route computed within Fleet Telematics API. Fleet Telematics API ignores the shortest/fastest in the mode…

Orest
- 1,857
- 5
- 19
- 27
2
votes
1 answer
How to add base map with max and min zoom HereMaps JS Api
I just started to use HereMaps and my adventure to mix JavaScript and Typescript with Angular.
My maps render proper with other settings but I can't set the max and min zoom level. I read that I can set max and min levels of a Layer, but where are…

Adriano
- 874
- 2
- 11
- 37
2
votes
2 answers
Here Maps 3.1 Mouse wheel event using Here Maps
I have implemented the new version for Here Maps Javascript API: 3.1 and I wand to disable the mouse wheel but only when scrolling the map itself, not all the page.
Please see the the following example: https://jsfiddle.net/ms57x34z/. I still want…

Alexandru Baciu
- 21
- 1
2
votes
1 answer
Here Maps Android SDK position indicator rotation
I am using HERE MAPS PREMIUM SDK for my application. I need my current location icon to be rotated as the direction changes. Similar to Current location indicator in other maps. Since HERE SDK doesn't have default method to it, I am using following…

Prasanna B
- 21
- 4
2
votes
1 answer
Android HERE SDK Turn-by-turn navigation wrong maneuvers
I am developing a navigation for Android, based on the HERE SDK and the HERE Mobile SDK UI Kit. When calling the HERE API to generate a route, I am using 128 waypoints - the FIRST and the LAST one are from type STOP_WAYPOINT, ALL OTHER are from type…

Bozhidar Petrov
- 113
- 8
2
votes
1 answer
Rendering problems in Here maps Premium SDK
Here maps Premium SDK is used in project. I am drawing trips using polylines and markers on map.
I encountered a problem on some devices (in particular Mi 10 Pro, Android 9): If the trip is large and contains many points, map does not render…

Marat Zangiev
- 1,172
- 7
- 12
2
votes
2 answers
Android HereMaps SDK Route Line Thickness?
I am using the HereMaps SDK of Android with Premium edition.
Is there any way to set the thickness of the route line?
I can change the color with color & traveledColor properties of MapRoute class but I can not find any property about thickness.

bkaancelen
- 163
- 2
- 11