Skip to content

Instantly share code, notes, and snippets.

@here-devblog-gists
Created September 22, 2016 10:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save here-devblog-gists/a4ceb37782b2fc2743582179526655c7 to your computer and use it in GitHub Desktop.
Save here-devblog-gists/a4ceb37782b2fc2743582179526655c7 to your computer and use it in GitHub Desktop.
var coordinates = {
lat: 52.530974, // HERE HQ in Berlin, Germany
lng: 13.384944
};
var mapOptions = {
center: coordinates,
zoom: 14
}
var map = new H.Map(
mapContainer,
defaultLayers.normal.map,
mapOptions);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment