Reputation: 41
I am making one Map Kit app in iPhone and used "Google Map Javascript Api v3 places autocomplete". I followed the document given by Google http://code.google.com/apis/maps/documentation/places/autocomplete.html and created API key also as instructions by Google.
But the problem is that when i got the results then every time it returned "Request Denied" and shows no values to me.
Upvotes: 0
Views: 1192
Reputation: 33
Just check whether u are using v=3.exp in the URL. I figured it out after several attempts:
http://maps.google.com/maps/api/js?v=3.exp&key=
Hope this helps.
Upvotes: 1