> The GoogleBar changes

Since today I've noticed the change in GoogleBar and the change is not
working properly or as it did before.
My run GMap inside application with buildin WebBrowser as below:

      mapa = new google.maps.Map2(document.getElementById('mapka'),{
        mapTypes : [G_NORMAL_MAP, G_SATELLITE_MAP, G_HYBRID_MAP,
G_PHYSICAL_MAP ]
        ,googleBarOptions:{onGenerateMarkerHtmlCallback  : GBInfoWin}
        });

Now after search and I got some results on map, when I click "clear
results" and I infowindow is closed of the result, the marker is not
removed.
When I search again and I click "clear results" the second marker and
its infowindow is removed but when I click on the first marker (that
wasn't revoved) the infowindow is shown at position of the second
marker (not visible - revoved olready).

The main problem is thet marker is not removed when infowindow is
closed by clicking on the cross. When it is shown the marker is
remived too.

Regards

--~--~---------~--~----~------------~-------~--~----~
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