On May 11, 4:35 pm, Bruce Van Allen <[email protected]> wrote: > Probably meant if (!map.getInfoWindow().isHidden()) {
Yes, yes... That! (thanks Bruce) ;-) -- Marcelo - http://maps.forum.nu -- > > Note the 's'. > > On May 11, 7:27 am, "Marcelo -http://maps.forum.nu" > > <[email protected]> wrote: > > At the beginning of the moveend event handler: > > > if (!map.getInfoWindow().inHidden()) { > > return; > > > } > > > -- > > Marcelo -http://maps.forum.nu > > -- > > > On May 11, 4:17 pm, mp- <[email protected]> wrote: > > > > I want to update the viewable markers on my map whenever someone: > > > moves/zooms/drags the map BUT not when the map is moved as a result of > > > someone opening an InfoWindow (which moves the map to center the > > > InfoWindow) > > > > I've been using the "moveend", which works great, except when someone > > > open an InfoWindow because the "infowindowopen" event is causing a > > > "moveend" action. > > > > Any idea on how I can accomplish this? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
