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());
          });

The position is first updated when a action is made, like Zooming or
changing the map drasticly large to force new pictures to be
downloaded to the map.

So my question is there a function to revalidate the information of
markers?

--

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