Displaying 1 result from an estimated 1 matches for "event_action".
2009 Nov 06
0
r54 committed - ...
...tions.shape = {
+ coord: this.imageMap,
+ type: ''poly''
+ };
+ }
options.position = this.location.toProprietary(this.api);
options.map = this.map;
@@ -322,19 +359,33 @@
});
var event_action = "click";
- if(this.hover) {
- event_action = "mouseover";
+ if (this.hover) {
+ event_action = "mouseover";
}
google.maps.event.addListener(marker, event_action, function() {
infowindow.open(this.map,marker); });
}...