Skip to content

Instantly share code, notes, and snippets.

// create sample map
var map = new google.maps.Map(mapCanavas ,{
zoom: 10,
center: LatLng,
disableDefaultUI:true,
zoomControl: true,
zoomControlOptions: {
position: google.maps.ControlPosition.TOP_LEFT
},
scrollwheel: false,