maps-api-for-javascript-examples icon indicating copy to clipboard operation
maps-api-for-javascript-examples copied to clipboard

Self-contained examples for Maps API for JavaScript v3.

Results 20 maps-api-for-javascript-examples issues
Sort by recently updated
recently updated
newest added

Data display as per latitude and longitude on map with info bubble. But when data size 10000+ these data can't display quickly, it take 1 min+ time or sometimes stuck...

There seems to be no public issue tracker for the library itself, so I'm putting this here for now. There are several errors in the `index.d.ts` in `@here/[email protected]`. These require...

Hi, Even if layers and UI have been created with french language : var defaultLayers = platform.createDefaultLayers({lg : 'fre'}); var ui = H.ui.UI.createDefault(map, defaultLayers,'fr-FR'); dates in layer incidents on popup...

Thanks for such great library 🙂 We recently upgraded the heremaps version from `1.23.0` to `1.30.7` and we started to see this error `Tangram [error]: Style: error compiling program for...

Using `DomMarker` with `DomIcon` within a shadow DOM creates the following error on every mouse movement in the map: ``` mapsjs.bundle.js:4 Uncaught TypeError: Cannot read property 'getPropertyValue' of undefined at...

Hi Guys, i couldnt find a way to avoid multiple bbox areas in new version 8 route api. it says use avoid[areas] but i could only achieve to give one...

![Screenshot (62)](https://user-images.githubusercontent.com/54407828/115153331-fcb01680-a092-11eb-9782-eb859b6ba51b.png) #### Cannot change the size of close icon. ## Code ``` import * as React from 'react'; import { makeStyles } from '@material-ui/core/styles'; const useStyles = makeStyles({ root:...