Google Maps Context Menu v2

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: , , , , ,

6 comments

  1. Due, thanks it works perfecly ;)

  2. 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

  3. Kool, Thanx for sharing.

  4. 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

  5. First off i know nothing about ASP.NET. Second, unfortunately this is only for the map. I may look into menus for markers tho.

Leave a comment