You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-maps-utility-library-v3
One of the major highlights of V3 over v2 is the delayed loading of
modules, making the initial footprints smaller.
I did an attempt to apply that to the utility libs, using Luke's
InfoBubble as example.
Basically I attached an event trigger at the end of the script, and in
the use code, load the script when needed, with as little impact to
other code as possible.