So I\'m working on a new web app that has a big focus on maps. Using Google Maps API v3 and really happy with it but noticed that the points of interest (POI\'s) have autom
Starting from version 3.24 the Maps JavaScript API has a property clickableIcons in MapOptions object:
https://developers.google.com/maps/documentation/javascript/3.exp/reference#MapOptions
You can use this property to turn off clickable icons on maps by setting the clickableIcons property to false. Also exists a setClickableIcons() method.
Please look at this example: http://jsbin.com/liyamecoqa/edit?html,output