Questions tagged [heremap-navigation]
33 questions
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
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

Johnny Antony . P
- 89
- 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
1
vote
1 answer
How to use python to get information from the map navigation container of a website?
I am learning Python and hope to get some information from a map navigation container of this website https://findmasa.com/view/map#b1cc410b, such as mural id, latitude, longitude, artist name, address, city, and state.
Below is the code I tried…

Jessie H
- 37
- 7
1
vote
0 answers
Offline Maps HERE-SDK - offline search and navigation
I am using HERE-Android-SDK to build a simple navigation solution with offline maps.
While using the offline mode for the search addresses and calculation of a route, I can see that there are results returned from the address-search, which are not…

Andreas Fink
- 11
- 1
1
vote
1 answer
Remove Location Indicator from Here maps android SDK
I am trying to update user location using:
private void addLocationIndicator(GeoCoordinates geoCoordinates,
LocationIndicator.IndicatorStyle indicatorStyle, double orient) {
LocationIndicator…

Ujjwal
- 11
- 3
1
vote
0 answers
Turn by turn navigation for truck routes using Here Map sdk
I am having a truck route coordinates in backend.I passed those coordinates as a list of waypoint in 'calculateTruckRoute' method given in navigate edition sdk, but I am getting errors like -
visual-navigator - Maneuver geometry not doesn't contain…

neha
- 41
- 1
- 6
1
vote
1 answer
What's happened to the "href" property in search v7 results?
The Places API used to have an href property that linked to a HERE page for the associated result, so it was easy to use it for attribution. This screenshot shows the field (towards the bottom of the result) for a search result from the places…

Uche Ozoemena
- 816
- 2
- 10
- 25
0
votes
1 answer
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 am unable to display the map because…

Zain
- 105
- 1
- 12
0
votes
0 answers
HERE SDK Android Navigate Edition, cannot find the speed limit/speed zone of the road in Tracking mode (i.e without a route)
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
initializeHERESDK();
herePositioningProvider = new HEREPositioningProvider();
try {
visualNavigator = new…

Amit Gupta
- 633
- 1
- 8
- 19
0
votes
1 answer
HereMap Explore SDK - GetETA
We started building our mobile app a while ago when the premium SDK was still maintained. Now Here decided to deprecate that SDK and we must switch to another one. However we were using the Turn-By-Turn navigation where we were getting the ETA…

Sixk
- 1
- 1
0
votes
1 answer
@here/maps-api-for-javascript has no exported member H
I am following the Heremap tutorial present at https://developer.here.com/documentation/maps/3.1.30.15/dev_guide/topics/angular-practices.html.
I copy pasted the code mentioned in it in my angular component. But the compiler complains…

Nealesh
- 629
- 6
- 12
0
votes
1 answer
Get Coordinates from Safety cameras in Here Sdk (navigation edition)
I'm trying to get the coordinates of the safety camera to display the remaining distance to the camera (the here app do this) I'm adding this listener to the visualNavigator
visualNavigator.setSafetyCameraWarningListener{
…

Javier
- 1,469
- 2
- 20
- 38
0
votes
0 answers
Here Offline Map crashes flutter app with Fatal signal 5 (SIGTRAP), code -6 (SI_TKILL)
I am trying to implement the Here Maps Offline maps. Whenever I try to display the list of regions, the app crashes with this error in the console :
F/libc (22399): Fatal signal 5 (SIGTRAP), code -6 (SI_TKILL) in tid 22516 (Thread-34), pid 22399…

Mercy
- 3
- 4
0
votes
0 answers
Here Map zoom with map padding
Currently I'm using the version 4.12.x from here map (Navigate edition), I want to display a point from A to B or bounding box but with some padding, I can make the animation however In landscape I have a "loading" screen that takes almost half of…

Javier
- 1,469
- 2
- 20
- 38