On Dec 29, 9:43 am, Marcelo <[email protected]> wrote:
> The only situation that comes to mind in which moveend would be fired
> without dragging is when the map is zoomed in or out, so:

... or when the infoWindow opens and the map pans automatically, in
which case:

on moveend {
   if (zoomchanged) {
     do this
   }
   else if (map.getInfoWindow().inHidden()) {
     do that
   }
}

--
Marcelo - http://maps.forum.nu
--



>
> If you followed the posting guidelines and posted a link we'd have a
> better idea of what you're trying to achieve, and you wouldn't have
> to
> wait 5 days for an answer. The guidelines are there for a reason!
>
> --
> Marcelo -http://maps.forum.nu
> --
>
>
>
>
>
> > Thank you again,
> > -alex

--

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