jeffreykemp / jk64-plugin-reportmap

Report Google Map APEX Plugin
https://jeffreykemp.github.io/jk64-plugin-reportmap/
MIT License
42 stars 16 forks source link

Send google map object in all events #11

Closed jeffreykemp closed 8 years ago

jeffreykemp commented 8 years ago

Allow access to the google map object within dynamic actions, via this.data.map, so that a javascript dynamic action can do things like:

var trafficLayer = new google.maps.TrafficLayer();
trafficLayer.setMap(this.data.map);