You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@saadmahmoodkhan , I updated the plugin to version 1.0.4 which fires the MAP_CLOSE event when the map dialog is closed.
In order to update the plugin, uninstall the current plugin, then install the new plugin.
functiononBtnClicked(){varmap=plugin.google.maps.Map.getMap();map.addEventListener(plugin.google.maps.event.MAP_READY,onMapInit);}functiononMapInit(map){map.showDialog();map.addEventListener(plugin.google.maps.event.MAP_CLOSE,function(){alert("The map dialog is closed");});}
Dear Masashi Katsumata,
map window does not have any close event ?
Thanks
Best Regards
Saad Mehmood
The text was updated successfully, but these errors were encountered: