PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
wp-google-maps-pro
/
js
/
v8
/
google-maps
/** * @namespace WPGMZA * @module CloudDirectionsService * @requires WPGMZA.DirectionsService */ jQuery(function($) { WPGMZA.CloudDirectionsService = function(map) { WPGMZA.DirectionsService.apply(this, arguments); } WPGMZA.extend(WPGMZA.CloudDirectionsService, WPGMZA.DirectionsService); WPGMZA.CloudDirectionsService.prototype.route = function(request, callback) { WPGMZA.cloudAPI.call("/directions", { data: request, success: function(response, status, xhr) { for(var key in request) response[key] = request[key]; callback(response); } }); } });
[-] 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]