views:

26

answers:

1

I want to create a mobile application that finds restaurants, bars, and other interesting places close to a user.

However, I don't know how to find a list of all these restaurants and other places, without doing this myself. Is there some sort of service that offers a RESTful way to get this data? Does Google Maps to do something like this?

+1  A: 

Check out the new Google Places API.

byoogle