Friday 16 December 2016

Enable scrollwheel zooming on a map upon click using Google Maps API

var mapOptions = {
  center: new google.maps.LatLng(51.605139, -2.918567),
  zoom: 15,
  scrollwheel: false,
  draggable: false,
  mapTypeId: google.maps.MapTypeId.ROADMAP
};

No comments:

Post a Comment