views:

206

answers:

0

I'm trying to find a way to print every single Event that is being fired during the process of loading a Google Maps v3 (JavaScript API).

http://code.google.com/apis/maps/documentation/v3/reference.html

Question: Does anyone know of an existing demo that prints the Events, e.g. "bounds_changed" etc, when fired?

Or know how I would code to print it myself.