An open API service indexing awesome lists of open source software.

https://github.com/lewagon/google-maps-snazzy-themes

Snazzy Maps theme for Gmaps
https://github.com/lewagon/google-maps-snazzy-themes

Last synced: about 1 year ago
JSON representation

Snazzy Maps theme for Gmaps

Awesome Lists containing this project

README

          

# Embed a Google Map

```html

var myLatlng = new google.maps.LatLng(48.852937,2.364178);

var myOptions = {
zoom: 14,
center: myLatlng,
mapTypeId: google.maps.MapTypeId.ROADMAP,
styles: []
};

var map = new google.maps.Map(document.getElementById('map'), myOptions);
var marker = new google.maps.Marker({
position: myLatlng,
map: map,
title:"You are here!"
});

```

You can change the map style with [Snazzy Maps](http://snazzymaps.com/)