rc-here-maps
rc-here-maps copied to clipboard
React components implemented on top of Here Maps API
Hi, How to change language of the map? https://developer.here.com/api-explorer/rest/map-image/map-image-language
As your guide, I tried to inject css and js libs into page using below code. `var styleSheet = document.createElement('link'); styleSheet.href = 'https://js.api.here.com/v3/3.0/mapsjs-ui.css?dp-version=1549984893'; styleSheet.type = 'text/css'; document.getElementsByTagName('head')[0].appendChild(styleSheet); const javaScriptLibs =...
Hi! I am currently using your library in one of my projects to allow user to draw routes that he chooses from side panel. If user clicks too quick on...
Hi! Great library! I'd like to contribute to your library but I have a problem with grasping some concepts behind this design. 1. How does component have access to map...