Google-Maps-for-Craft
Google-Maps-for-Craft copied to clipboard
Support for Ajax maps
I have a page that's loaded over Ajax with maps on it but the maps won't load.
I know with the regular google js code they suggest delaying the initialize until after a callback from the main js like this.
Would love to see some built in way to do that here
Like this. https://developers.google.com/maps/documentation/javascript/examples/map-simple-async
Thanks Keith, I will definitely look into this. As long as I can make it work across the board without an issues, I should probably do this by default anyway.
Any progress on this? Being trying to hack at it myself with no luck and I have a project that depends on it to work. Hmm