Search code examples
iphoneobjective-cioscocoa-touchgoogle-maps-api-3

iPhone app: how to implement Google Places Api


In iPhone App I want to integrate Google Places Api.

Is there any sample project or tutorial which can help me in implementing it?


Solution

  • I could implement google Place api from stackoverflow answer

    using the url I could get the response and Using JSON parsing I filtered the data as per my requirements