tags:

views:

69

answers:

4

I'm looking for an API for finding nearby amenities (schools, community centres etc) by latitude/longitude.

Thanks

A: 

Have you looked into the google maps api's?

http://code.google.com/apis/maps/

btreat
Yes, I have not found any information on getting schools, community centres etc. If you have a more specific link, please share.
Fo
A: 

I like YQL

http://developer.yahoo.com/yql/

Mark M
YQL is just a way to query over data from another source, any ideas on what data sources would work well?
Marc Bollinger
+1  A: 

Foursquare/Gowalla are applications where people submit all kind of places under categories. They have a big database of places.

You may want to take a look at them.

http://groups.google.com/group/foursquare-api/web/api-documentation

http://gowalla.com/api/docs

Francisco Soto
+2  A: 

The OpenStreetMap project has amenity information in a raw format.

Here's the API for the map information.

Here's the API detail page.

Good luck.

Gilbert Le Blanc