Last active
November 18, 2018 00:50
-
-
Save here-devblog-gists/ff5caa17f1afa3b178fed7d09a7b1465 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var platform = new H.service.Platform({ | |
| app_id: '{YOUR_APP_ID}', // // <-- ENTER YOUR APP ID HERE | |
| app_code: '{YOUR_APP_CODE}', // <-- ENTER YOUR APP CODE HERE | |
| }); | |
| var defaultLayers = platform.createDefaultLayers(); | |
| var mapContainer = document.getElementById('map-container'); | |
| var map = new H.Map( | |
| mapContainer, | |
| defaultLayers.normal.map); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment