Google Maps API 3 Visual Studio Intellisense Helper
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" />
If you encounter an error in the documentation or members or find that this script breaks your google code, please leave feedback or patches on the codeplex site so that I might update this script.
SOURCES:
http://skysanders.net/subtext/archive/2010/02/22/visual-studio-javascript-intellisense-uncovered.aspxhttp://weblogs.asp.net/bleroy/archive/2007/04/23/the-format-for-javascript-doc-comments.aspxhttp://code.google.com/apis/maps/documentation/v3/reference.htmlTODO: implement full coverage tests
---------------------
The intellsense helper for Google Maps V2 is temporarily unavailable