react-here-maps
react-here-maps copied to clipboard
React.js HERE Maps component
I do the basic example as there is on https://ordazgustavo.github.io/here-maps-react/docs/api/here-map and type in my credentials but the map doesn't come up in the react app. thanks!
Its not possible to create credentials on HERE to use for this react library.. > The application credentials can be used to develop using the HERE Maps API for JavaScript...
Trying to add react-here-maps library to a react app version 16.4.2, but getting the : TypeError: Cannot read property 'object' of undefined 55 | } 56 | // define the...
Circle.js:80 Uncaught TypeError: Cannot read property 'object' of undefined at Object../node_modules/react-here-maps/dist/Circle.js (Circle.js:80) at __webpack_require__ (bootstrap:785) at fn (bootstrap:150) at Object../node_modules/react-here-maps/dist/main.js (main.js:7) at __webpack_require__ (bootstrap:785) at fn (bootstrap:150) at Module../src/App.js (index.css:4)...
In this PR I have updated some code parts, that broke with React 16. These are the things I fixed in this PR: - Added `typings` to `package.json` (otherwise TypeScript...
Is it possible to bind a onClick event to Marker element **or** to one of his children's? `console.log('test')}>console.log('test')}>`
Hi, We need to implement a live map. it should be responsive and dynamic. we need to change the zoom of the map when new markers are been added. any...
This has two effects: 1) lower webpacked size: since we are being more selective on what to import, bundled file size should be smaller. 2) the polyfills will not be...