>
>  I am looking for any already existing application existing through
> which
> i can draw circle of radius [ say 5km, 10km, 15 km etc] around a city
> in google map so that i can locate various villages, hospitals, hotels
> etc within that periphery.

The Google Maps API doesn't help with that. It will help you map
places you find, but there's nothing to help you find places in that
way.

Other services are available: 
http://www.geonames.org/export/web-services.html#findNearbyPlaceName

However: this is not the forum for a Javascript tutorial or for others
to write your code for you (although there are people who will do that
for a fee). A url like
http://ws.geonames.org/findNearbyPlaceName?lat=47.3&lng=9&radius=25&style=FULL
will provide details of settlements within a radius of a location. You
will then need to use that data in your map: Mike's tutorial on XML
might help:
http://econym.org.uk/gmap/basic3.htm

But, if you do not have a coding background, you are not going to find
it easy, I'm afraid. Mike has a warning in large type at the start of
his tutorial: "Using the Google Map API is not easy if you don't have
much Javascript experience."

However, if you have a go and make use of examples -- you will need to
join several together -- then there are people here who will help you
with difficulties you encounter. But you will need to make a start.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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-api?hl=en.

Reply via email to