PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
wp-google-maps-pro
/
js
/
v8
/
google-maps
/** * @namespace WPGMZA * @module GoogleProPolygon * @requires WPGMZA.GooglePolygon */ jQuery(function($) { WPGMZA.GoogleProPolygon = function(row, googlePolygon) { var self = this; WPGMZA.GooglePolygon.call(this, row, googlePolygon); google.maps.event.addListener(this.googlePolygon, "mouseover", function(event) { self.trigger("mouseover"); }); google.maps.event.addListener(this.googlePolygon, "mouseout", function(event) { self.trigger("mouseout"); }); } WPGMZA.GoogleProPolygon.prototype = Object.create(WPGMZA.GooglePolygon.prototype); WPGMZA.GoogleProPolygon.prototype.constructor = WPGMZA.GoogleProPolygon; });
[-] cloud-api.js
[edit]
[-] cloud-directions-renderer.js
[edit]
[-] google-pro-drawing-manager.js
[edit]
[-] google-pro-map.js
[edit]
[-] cloud-geocoder.js
[edit]
[-] google-pro-info-window.js
[edit]
[+]
..
[-] google-heatmap.js
[edit]
[-] google-pro-polygon.js
[edit]
[-] google-pro-marker.js
[edit]
[-] google-directions-service.js
[edit]
[-] google-directions-renderer.js
[edit]
[-] cloud-directions-service.js
[edit]
[-] cloud-autocomplete.js
[edit]