kml

Dynamic kml google maps

I want to create a google maps app with kml, and i want to create the kml file dynamically depending on the zoom of the user. Something like google earth but in google maps (the zooming part) I tried to use the markermanager and clusterer but i have too many markers and performance on mobile devices is very bad but with kml that is not...

KML file polygon data to db/php?

Hi all, I'm using gmaps v3 and I am using a kml file to display polygon shapes. What I want to do, is that if I have a LNG/LAT coordinate, how to find whether it falls on the boundary or inside the shape? I understand you can do this with V2 maps but not V3. So then my questions are: Can I import the coordinates into my db in a usefu...