Ios Google Geocoding API

google mapsiosiphone

I ran "http://maps.googleapis.com/maps/api/geocode/json?address=1600+Amphitheatre+Parkway,+Mountain+View,+CA&sensor=true" in iPhone project for getting coordinate of "1600 Amphitheatre Parkway, Mountain View, CA".
But I got the response:

"REQUEST_DENIED"

I didn't find why this error occured.
Please help me.
Thanks.

Best Answer

Read this tutorial, it's very helpful...hopefully it helps you out

Related Topic