google-maps-3-vs-1-0 provides Visual Studio intellisense in-line api documentation and code completion for Google Maps API V3.
Updated 02/25/10Also included are fully documented object literal constructors to mitigate hard to find bugs related to object literal construction. see google-maps-3-vs-1-0.js for details.
Quick Start:
Place the files google-maps-3-vs-1-0.js and google-maps-3-vs-1-0-vsdoc.js in the same directory.
Add a script tag referencing google-maps-3-vs-1-0.js AFTER the google maps 3 api script tag.
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<!-- deploy this script AFTER the maps api-->
<script src="scripts/google-maps-3-vs-1-0.js" type="text/javascript"></script>
In standalone script files add a <reference> tag to google-maps-3-vs-1-0.js to the head of the file.
/// <reference path="google-maps-3-vs-1-0.js" />
TODO: implement full coverage tests