Hi, everyone.

I am trying to add an online WiFi locator site, which allows users to
add and modify the locations.

I read some GMAP books and samples. I have no ideas how to setup an
interactive side for GMAP.

I want an interactive side for following features:
1) When marker is placed, the sidebar also create a new entry for it
(DONE)
2) When marker is moved to a new location, the sidebar update (DONE)
3) When sidebar entry is clicked, the marker should be invoked for
infowindow (DONE)
4) When marker is removed, the related entry should be removed (NOT
YET)
5) When remove button in entry is clicked, the marker should be
removed (NOT YET, BUT archiveable)

Check out my test pages:

http://www.ennovation.org/hotspot/map/append.php

Basically, the current situation is the sidebar can invoke gmakers,
but gmakers can not process sidebar (remove), except creating new
sidebar entries.

In principle, the sidebar entries can be updated by "dragend" event,
it should be updated by some other event such as "update content by
post method from InfoWindows" or "remove from InfoWindows". But I am a
newbie in JavaScript. Is there any demo for this features? By closure?
I am not quite understanding about closure in JS.

Allan K Liu
www.ennovation.org/hotspot/




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to