Hello All,

I am very new to Google Maps API and i'm looking to do the following:

1) Add only 1 marker
I want to be able to click the map to add a marker (which i have done)
and when you click in another location, to remove the previous marker
and place the new one. I've seen some script to remove a marker but
how do you define which one you want to remove? I don't want to remove
all markers there there will be some "permenent" markers on there.

2) Output Latitude to textbox
I have put some code into my page to put the latitude into a
textbox.Anyone know any quick fixes to sort this out?
document.getElementById("save_form").spot_lat.value = thePoint.x;

Thanks for your time.
Ross

--~--~---------~--~----~------------~-------~--~----~
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