I wonder if there is some way of checking or if there is some event
one can use to se wether kml layer has been loaded?



The problem is still this,
http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/25fc522340a62f1f/57c1e81b08282665?hl=sv#57c1e81b08282665

as if one have a slow internetconnection on the mobilephone the kml
render befor the
polygon.setmap(map)

polygon.setmap(map);
Basicly I would like to trigger that after the kml tiles has ben
loaded...

Any ideas?

I did a quick and dirty fix just

setTimeout("polygon.setmap(map)",2000);


I guess one can make some kind of test on the connectionspeed and
adjust the timeout time, but its still kind of qiuck and dirty
solution

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to