jeffreykemp / jk64-plugin-reportmap

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

Provide more data in addressFound event #45

Closed jeffreykemp closed 6 years ago

jeffreykemp commented 6 years ago

Return the full address object, not just the single formatted address string, as per https://github.com/jeffreykemp/jk64-plugin-simplemap/wiki/Plugin-Events-Reference

jeffreykemp commented 6 years ago

Updated to be consistent with simplemap.

WARNING: this may break existing code that uses formatted address in an addressfound trigger handler (dynamic action).

In the trigger, this.data.formatted_address will no longer be set. Instead. use this.data.result.formatted_address.