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