Hello, everybody!

I need some advice about how to solve the following task:

We do have a KML file, which includes set of other KML files with
definitions of object locations. We need to find out, which objects
are located in the area, bounded by circle with given radius and
coordinates of it's center.

We don't need to draw these objects on a map, provided by Google Maps
service, we only need to get list of coordinates of these objects in
some way.

So basically, we would like to

1) submit the KML file to some URL and specify coordinates of center
of the circle, bounding the wanted area, as well as it's radius

2) receive the list of coordinates of objects from KML files, included
into the one we submitted, in some way (XML, JSON or whatever could be
parsed in JavaScript)

Can somebody please point to the way of solving such kind of task, and
if it is not possible - provide with some sort of proof (a post in FAQ
I missed, may be some documentation or something like this).

Thank you all in advance!

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

Reply via email to