On Dec 26, 3:45 am, Aco <[email protected]> wrote: > Hello, I am using a very basic map setup. Tough I encountered a > problem where I change the latlon for a marker when a user clicks the > map. > > google.maps.event.addListener(map, 'click', function(event) { > marker.position = event.latLng; > alert(event.latLng.toString()); > }); > > So my question is there a function to revalidate the information of > markers?
Your code looks like Version 3 code, so you would probably be better off asking in the Version 3 Group at http://groups.google.com/group/google-maps-js-api-v3/ However you may need to be more specific about what you mean by "revalidate". Andrew -- 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.
