How to search local business by name, location in iOS?
00:12 28 Oct 2014

I am working on project in which we are displaying local business search. I am using YELP to search local business. As per YELP Documentation i have created query. But it gives result based on location only.

I am trying with Google Place API but not getting desired result.

My YELP request - http://api.yelp.com/v2/search/?term=restaurant&location=nyc&limit=20&offset=1 My Google Place API request - https://maps.googleapis.com/maps/api/place/textsearch/json?query=hotels+in+nyc&sensor=true&key=AIzaSyCHwd5OgRXdeuTWV46SHdMLq2lXL20t22U

  1. How can i get result by business name & location as well using any YELP or Google Place API?
  2. Which one is better to use YELP or Google Place API?
ios ios7 google-places-api yelp