> Hi I have the code below to enable my markers to be draggable. My
> question is how do I update my
> document.getElementById('propertyLat').value &
> document.getElementById('propertyLon').value once the marker has been
> moved??You're already detecting the appropriate dragend event. Interrogate the marker for its current position. Search for a DHMTL tutorial for "updating HTML elements from javascript variables". -- 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.
