Google Maps API 3 Visual Studio Intellisense Helper

temporarily unavailable: updating and verifying

Author: Sky Sanders - sky.sanders@gmail.com http://skysanders.net/subtext
Project: Salient.GMap3.APIDoc (http://gmapvsdoc.codeplex.com/)
Copyright: this source file is entered into Public Domain by Sky Sanders


This script provides both Visual Studio JavaScript intellisense and literal constructors for google maps api v3.


USAGE:
In a page, add a script tag BEFORE the api reference.
    <script src="scripts/google.maps.3.vs.1.0.js" type="text/javascript"></script>

    <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>


In a script file, add a reference to the head of the file

    /// <reference path="google.maps.3.vs.1.0.js" />


Event entries have been added as fields and are intended as a hint to use when adding an event handler.

Of course I have not had the opportunity to use all of these constructs in working code. The strategy
is sound and those constructs I have used have worked as designed.

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.aspx
http://weblogs.asp.net/bleroy/archive/2007/04/23/the-format-for-javascript-doc-comments.aspx
http://code.google.com/apis/maps/documentation/v3/reference.html


---------------------

The intellsense helper for Google Maps V2 is temporarily unavailable

Last edited Feb 25, 2010 at 7:35 PM by Sky, version 8