> For example :  when a user click to a place
>
> 1- A radius is shown up
> 2- Every data(in kml) that is inside that radius is shown
>
> I want to know a js code that is capable to do this.

I think you will have to develop this for yourself.

This might be useful for part 1
http://code.google.com/apis/maps/documentation/javascript/reference.html#Circle

To do your KML search in javascript, you are going to have to get the
KML content available in javascript ; this should be useful for that
http://code.google.com/p/geoxml3/

Then "all you have to do" is check through all the Placemarks in the
KML to see which ones fall within your search area, by calculating
distances from the clicked point.

-- 
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 [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-js-api-v3?hl=en.

Reply via email to