mark mclaren
unread,Sep 29, 2010, 9:45:36 AM9/29/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-maps-utility-library-v3
Hi all,
In the Google Maps API the panTo method does not seem to fire a
moveend event when you panTo a point outside of the current viewport.
Therefore, I if I am using MarkerManager I don't see any markers once
I have panned to the new destination.
I would like to call updateMarkers_() method to perform a "warm
refresh" of the page rather than use the publically described
refresh() method. After a couple of experiments the refresh() method
feels slower than calling updateMarkers_().
Thanks,
Mark