I’m trying to display zoom in and zoom out control in HERE maps in React. I’ve followed the steps mentioned in the documentation, but I’m not getting any help from there. I’ve followed everything in the link: https://developer.here.com/tutorials/react/ My map component link: https://gi…
Tag: heremaps
HERE Maps Info bubble not rendering correctly using React
I’m currently developing a React application using HERE Maps Javascript SDK. My Problem: I want to open an info bubble on a marker when I click on it. Instead This strange artifact gets rendered, and the map ends up going kaputt: Here is the relevant source code: My attempted solution I tried passing a …