Questions tagged [here-api]

This is the tag for information about the HERE platform APIs, which allow you to embed HERE Maps into your own web and mobile apps, and retrieve map information such as addresses and coordinates.

The HERE Location platform (formerly Nokia/Ovi Maps) consists of a series of location-based services available through a set of web-based APIs and mobile SDKs for iOS and Android. It is also the maps provider behind many online services including Bing maps, Yahoo maps, and of course HERE Maps.

This is the place for questions about the HERE public and Enterprise web-based Location APIs and Mobile SDKs, including:

REST APIs

Platform Extensions

  • Custom Location Extension
  • Geofencing Extension
  • Fleet Connectivity Extension
  • Platform Data Extension
  • Route Match Extension
  • Toll Cost Extension
  • Waypoints Sequence Extension

JavaScript APIs

Mobile SDK

Official documentation: https://developer.here.com/

3320 questions
0
votes
1 answer

Can I get reviews or stars for hotels or restaurants in HERE Geocoding & Search API?

I can't seem to find anything in the documentation (link), but the previous version of the Places API (link) said: Certain types of categories, such as restaurants or hotels, are ranked via a "recommendations-style" algorithm where measures of…
Mitsarien
  • 35
  • 7
0
votes
1 answer

Which options should be used in order to generate Trailer accessible route?

Want to generate a trailer accessible route for car+trailer(towed). Currently in NMARoutingMode, when the transportMode is car, we don't get any trailer or vehicle length options. What routingMode options should be used to generate a route for the…
0
votes
0 answers

HereMap TypeScript : some property lost in @here/maps-api-for-javascript

I developed a website with HereMap in react, use the latest version (2021-11-05T16:33:00+08:00 version:1.30.4) of @here/maps-api-for-javascript, when develop a draggable Marker/DomMarker component just like official example, 1.I found there were not…
Arther
  • 1
  • 1
0
votes
1 answer

How do we remove the contentious border in Morocco?

The border highlighted in the image below is contended, so users in Morocco can be offended by its display. Is there a way to control the display of this element (and other similar elements such as the "South China Sea")?
Fenton
  • 241,084
  • 71
  • 387
  • 401
0
votes
1 answer

Issue on Navigation manager listener and Position manager listener in Android [here-api]

Navigation and simulation is working fine for the first day and then when same actions are performed on next day, navigation manager listeners and position listeners are not working. But when I clear the app storage data, they start to work again…
0
votes
1 answer

How can i show and interact with points of interest (pois) on Here Maps on an Android application?

I'm creating an application on Android in JAVA which is uses Here Maps. What I'm trying to do is to add pois by categories when zooming in and get coordinates when clicking on one of them. I tried to create a custom map style using Map Style Editor…
0
votes
0 answers

Why am I getting a 403 Error When accessing here.com?

We have an application that uses here.com apis. The application had worked up until a month or so ago, but we are now getting a 403 error when trying to access it. We have a freemium account and have not hit our max hits for the site. What could…
0
votes
1 answer

Heremaps error 414 on calculate route API

can you help us on how we can fix the issue related to error 414 on calculate route on heremaps? We are passing a total of 160 waypoints. Are there any limitations on heremaps? Thanks. GET https://route.api.here.com/routing/7.2/calculateroute.json…
0
votes
1 answer

OSMNX manipulation with other data

I am using OSMNX to gather OSM map data to create a road network. I have real time flow data from HERE, and it is in this format:
Xia
  • 156
  • 2
  • 9
0
votes
2 answers

The class 'TapListener' is abstract and can't be instantiated

I'm using HERE Maps SDK for Flutter, version 4.6.4 Explore edition. My Problem I'm trying to add a tap listener to the map. I'm following the official documentation void _setTapGestureHandler() { _hereMapController.gestures.tapListener =…
Gicu Mironica
  • 585
  • 8
  • 22
0
votes
1 answer

No such module 'heresdk' when building using VSCode

...here_sdk/ios/Classes/MapController.swift:14:8: error: no such module 'heresdk' import heresdk So I'm getting this build error when I try to run the app from VS Code. If I run the app from XCode it runs fine. Flutter version is 2.5.2 stable.…
abdullah
  • 3
  • 3
0
votes
1 answer

How to display an optimzed Route (Waypoint Sequence) in a Map? Here Technologies

I am using Here Technologies to optimize Routes in an Angular Application. After optimizing I'd like to display the new Route. Is there a way to display a route on a map in the Angular Application?
moboldi
  • 51
  • 1
  • 8
0
votes
1 answer

Navigation current maneuver not following current route [iOS SDK]

I am simulating turn-by-turn navigation for a truck route and sometimes the currentManeuver does not follow the path of the route. After passing the maneuver navigation will recalculate and will keep trying direct me somewhere that is not my route's…
Klam
  • 1
  • 1
0
votes
1 answer

Here maps API not showing in bootstrap 5 modal

I'm having problems getting the map to display in a boostrap 5 modal. It works outside the modal. Inside the modal the default Layers show but not the map itself. My js function function loadMap(zoom, lat, lng) { var mapContainer =…
0
votes
1 answer

Here Public Transport Routing Maximum Distance to Station not working

I am trying to query some public transport data from the here API. However, I am struggeling with when the origin point is far away from a station. In the API reference there is the pedestrian[distance] paramter. I, however, simply cant make it…
Lenn
  • 1,283
  • 7
  • 20