Questions tagged [here-api]

Explore the versatile capabilities of the HERE platform APIs, designed to seamlessly integrate HERE Maps into your web and mobile applications. Gain access to valuable map data including addresses and coordinates with ease.

Having trouble with @here/maps-api-for-javascript in Next.js - it's not functioning

Can anyone help me understand why @here/maps-api-for-javascript is not functioning properly in my Next.js application and producing the following error message: import H from "@here/maps-api-for-javascript"; export default H; ^^^^^^ SyntaxErr ...

Ways to Safeguard Your API Key with HERE Map on the Client-Side

My current challenge involves concealing my API key from being visible in the network tab of a browser. Below are some GET requests I made to HERE Map, where the API key is exposed: https://1.base.maps.ls.hereapi.com/maptile/2.1/info?xnlp=CL_JSMv3.1.30.4&a ...

NodeJS Request for Nokia's Here Batch Geocoding

Struggling to make a post request to the Batch Geocoding in NodeJS using the Request library. The request fails because the post data needs to be sent as multiline plain text with column delimiters. Example of post data (using '|' as delimiter): ...

I can't figure out why I keep receiving the InvalidArgumentError for H.Map with Argument #0 [object Object]

I recently refactored the code taken from the Maps API for JavaScript "Working with React" section. As a beginner in React and currently learning it in school, I have to utilize functional components. The material provided guidance on class component syn ...

Mapping the Way: Innovative Controls for Navigation

Currently, I am utilizing the HERE maps API for JavaScript. However, I would like to customize the design of the map controls similar to this: Below is an example for reference: HERE EXAMPLE Is it feasible to achieve this customization? ...

The geocoder-autocomplete feature in ReactJS is now experiencing a sudden Network Error in Firefox

I followed the tutorial provided by HERE and successfully implemented the solution for street address validation using ReactJS and HERE geocoder autocomplete. Everything was working fine on Firefox and Chrome until a few weeks ago when it suddenly stopped ...