Posts

Showing posts from January, 2017

Google Maps Custom Markers SVG full size

  var marker = new google.maps.Marker({                         optimized: false                   }); add this to fix the marker not display in full size or been cut off. optimized: false