[Google Maps API v3] Re: Custom overlay and Closure Compiler

2011-02-10 Thread sgiddings
Great ! It works ! What a great way to start the day, thanks to the both of you. Simon On Feb 10, 2:57 am, Nianwei Liu nian...@gmail.com wrote: There are several projects in the utility library that use closure compiler advanced mode, you can check source code to get more

[Google Maps API v3] Re: Custom overlay and Closure Compiler

2011-02-09 Thread Chad Killingsworth
I responded to your post over in the Closure-compiler group, but here's an OverlayView class that fully compiles with Closure-Compiler using only the maps api v3 externs: http://search.missouristate.edu/map/mobile/examples/tileoverlay_uncompressed.js The number 1 trick is to properly export the

[Google Maps API v3] Re: Custom overlay and Closure Compiler

2011-02-09 Thread Nianwei Liu
There are several projects in the utility library that use closure compiler advanced mode, you can check source code to get more ideas. http://google-maps-utility-library-v3.googlecode.com/svn/trunk/ On Feb 9, 10:49 am, sgiddings mr.s.giddi...@gmail.com wrote: I have built a custom overlay