Google Map

Google Map Options :

var map = new google.maps.Map(document.getElementById('map'), {
    zoom: 2,//Map Zoom view
    disableDoubleClickZoom: true,// Double Click Option
    scrollwheel: false,   // Scroll Zoom
    draggable: false,  // Control Map Position
    center: {lat: 20.24349, lng: 10.08590},
        mapTypeControlOptions: {
     		mapTypeIds: [google.maps.MapTypeId.ROADMAP, customMapTypeId]
	    }
  });

Leave a Reply

Your email address will not be published. Required fields are marked *