On Tue, May 18, 2010 at 5:17 AM, xia <[email protected]> wrote: > In the reference it says "This event is fired when a map type is added > to the map."? > > What does that mean? Can I just say the event will be fired when the > Zoom action ends? >
Oops, sorry, that is a typo. > > also want a confirmation for MapWidget.addMapMoveEndHandler. The > reference says "This event is fired when the change of the map view > ends. ". This means either move or zoom will trigger the event? > Judging from posts on the Google Maps API group, there are many situations that can cause the moveend() event to fire. Here's one post: https://groups.google.com/group/google-maps-api/browse_thread/thread/fa4f97e0399f9432/829ca0d7b7509ed8?lnk=gst&q=moveend#829ca0d7b7509ed8 These GWT bindings simply wrap the behavior of the Maps JavaScript API, so for more details on this subject, I'd look on that group (just be careful to follow the posting guidelines!) <https://groups.google.com/group/google-maps-api/browse_thread/thread/fa4f97e0399f9432/829ca0d7b7509ed8?lnk=gst&q=moveend#829ca0d7b7509ed8> > > thanks, Xia Weizhong > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- Eric Z. Ayers Google Web Toolkit, Atlanta, GA USA -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-web-toolkit?hl=en.
