Created
August 12, 2017 18:44
-
-
Save srsad/35d6abc103120139d02f179b2273c63b 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
//<div id="google-maps"><div class="google-maps"></div></div> | |
$(window).load(function() { | |
$(".google-maps").gmap3({ | |
marker:{ | |
address:"23, Mornington Crescent, London",options:{icon: "img/marker.png"}}, | |
map:{ | |
options:{ | |
zoom: 14, | |
scrollwheel: false, | |
mapTypeControl: false, | |
streetViewControl: false, | |
scalControl: false, | |
draggable: false, | |
disableDefaultUI: true} | |
} | |
}); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment