[Google Maps API v3] Re: Geocoder seems to show 11 markers every time no matter how many addresses I use.

2010-05-14 Thread DmitryM
What I found out is that there is a limitation for number of geo requests. You can put all your points into array and loop through them to create a geo request. As soon as response from the server would be OVER_QUERY_LIMIT, you can set up a Timer with a second delay and continue the loop. On May

[Google Maps API v3] Re: kml layer with polygon overlay layer click event bug?

2010-05-14 Thread DmitryM
erlay. What I end up doing is 'precreating' Polygon overlay first and only then add KML layer. In this case everytime I create an Overlay layer, it is going to be under the KML layer and I'm able to click on it. So my question is if there is any way of controling zIndex of overl

[Google Maps API v3] kml layer with polygon overlay layer click event bug?

2010-05-13 Thread DmitryM
When I create a polygon overlay on top of my kml layer, the kml click event is not triggered anymore. Map click event and polygon click event however fires. Is it expected behaviour? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" gr

[Google Maps API v3] on KML layer click event, get object geometry

2010-05-11 Thread DmitryM
Hi there, First of all I want to say thank you for making kml layers work in V3! It looks fantastic! I'm trying to capture metadata information from KML layer click event and it works great. The problem i'm having is that I'm displaying that information in my own 'result panel' and i'm not using