Not long after my last post about creating a context menu for Google maps, i realized it was a hard process to add new items to the list. Even harder to alter the list after it had been created. So i made the decision to turn all the code into a single class with methods to add/remove items and separators.
I have added the project to Github @ Gmaps Context Menu. So you view the source there.
I do need to write up a nice looking tutorial on how to use it, but untill then iv done my best to add comments and examples to ‘index.html’.
Check it out and let me know what you think.
Tags: context menu, github, google maps, google maps api v3, javascript, jquery

Due, thanks it works perfecly
Hi,
Nice solution,
I also coded a solution to get context menu (with icons) : http://gmap3.net/examples/context-menu.html
It is a full jquery solution,
JB
Kool, Thanx for sharing.
Hi,
Thanks for the great effort, working great. I’m using this with ASP.NET 4.0.
I’m a bit new to web development in general and trying to get this to work with markers, would that be possible with this implementation?
Thank you in advance
awni
First off i know nothing about ASP.NET. Second, unfortunately this is only for the map. I may look into menus for markers tho.