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

mapsjs-core.js:27 Uncaught TypeError: Cannot read properties of undefined (reading '0')

I need help I work with the here map api I try to display the contours around a city and I have this as an error const shape = res.response.isoline[0].component[0].shape.map(z => z.split(',')); here is the complete piece of code const…
0
votes
1 answer

How to request for new traffic information using Route Handle (Here Routing API V8)

Currently I am referring to this document (https://developer.here.com/documentation/routing-api/api-reference-swagger.html) and am able to send request to calculate Route by giving route Parameters as shown below: // Get an instance of the routing…
H123
  • 11
  • 2
0
votes
1 answer

Does Here charge for storage usage of spreadsheets sent to geocode in batch?

Here charges a transaction for each geocoded line. But one thing is not clear in the documentation: will I also be charged for the storage usage of the files I send?
0
votes
1 answer

List of public transit lines along with the stations served by each

I am looking to get the list of all transit (subway/rail/bus) lines within a given area with all the stations/stops served by each. I am not looking for the best possible route based on start and end point. What I'd envision is only…
Eric
  • 1
0
votes
1 answer

All values for Batch Geocode outCols

There´s a way to receive all output fields using Batch Geocode endpoint? I´m using this endpoint but I would like get all outCols fields…
0
votes
1 answer

HERE Geocoding API - How to get 6 character postal code from Canada locations

When submitting get requests to HERE geocoding for Canadian locations, I am receiving a 3 character postal code instead of a 6 character code. https://geocode.search.hereapi.com/v1/geocode?q=VICTORIA%2C+BC&limit=1&apiKey=xxxxx Submitted…
0
votes
1 answer

Is there a way to add padding to a static map received from the HERE Map Image API?

I'm requesting map images from the route enpoint, and in some cases, the calculated zoom level will end up cutting off POIs on the top of the map. The POIs are the endpoints of the route, but they are still cut off. If there is no way to add…
0
votes
1 answer

How to get MapMarker inside a polygon with clustering active

We're looking for a way to get our data points that are inside a polygon using JavaScript HereMaps API We're adding 4 datapoints to a ClusterLayer / ClusterProvider and a polygon to the map. 3 of the 4 points are within the drawn Polygon (data of…
carstinho
  • 78
  • 4
0
votes
1 answer

HereMaps javascript API displaying minor_roads at zoom level 12

I would like to show minor_roads(residential) at zoom level 12. However, it appears that by default (vector tile) data source doesn't include minor roads at 12. I tried to set road width for zoom level 12 but it doesn't appear to…
0
votes
1 answer

searching address (geocode.search.hereapi.com) weird behavior

I'm using https://geocode.search.hereapi.com/v1/geocode?q to search for address in USA. When I give q=765 Rive I get lot of address but the moment when I give 765 River My results are very restricted and I get only very less responses and which does…
0
votes
1 answer

Vehicle's height or width does not work in here/com rest api v8

I am exploring here.com rest api (v8) for the truck. My rest api to get directions is as…
kta
  • 19,412
  • 7
  • 65
  • 47
0
votes
1 answer

Incorrect work of autocomplete with Cyrillic

When sending a request to https://autocomplete.geocode.ls.hereapi.com/6.2/suggest.json?query=Вильнюс with an indication of cyrillic nothing comes and with a latin https: //autocomplete.geocode.ls.heraapi.com/6.2/suggest.json?query=Viln all is well.…
0
votes
1 answer

how to get here-api token using dart?

I need to get a here-API token to use it in HERE Matrix Routing API but I can't get it. the response from the server always return the below "{"errorId":"ERROR-b877e827-1ed6-4a2d-bed8-…
0
votes
0 answers

HERE Fleet update layer api is giving error "Provided zipfile expected with one entry, more found."

I am trying to consume one of below CLE API but facing below error. Basically I am trying to add new one record to existing layer. But api is giving below error. I am trying below api with method POST and form data. Little help will be highly…
dhananjay_shingote
  • 419
  • 1
  • 5
  • 22
0
votes
0 answers

HERE Maps Vector map in iFrame doesn't work - core.js issue

I have an application created with FileMaker and implemented Here Maps as a routing feature. I'm able to show Here Maps in my FileMaker Pro 19 client, although when I want to show the same map on iOS (FileMaker Go 19) or on the web (FileMaker…