Hi,
I need to know if the infoWindow of a marker is open.
Something like that....
// this.arrayMarkers is and array of all markers on the map.
for each ( var marker:Marker in this.arrayMarkers ) {
if ( marker.getLatLng().lat() == nnnnnnnnnn ) {
if
( marker.infoWindow.open ) {
marker.closeInfoWindow();
break;
}
}
}
Thanks a lot!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API For Flash" 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-for-flash?hl=en
-~----------~----~----~----~------~----~------~--~---