i am getting a map on my screen but i am not able to get the location from the picker it giving geocode error:request denied
Hi Pavan,
Refer solution : https://stackoverflow.com/questions/3212550/google-geocoding-api-request-denied
Thanks,Aadhavan S
Hello Pavan,
Did you specify the Sensor Parameter on the request?
Because REQUEST_DENIED indicates that your request was denied, generally because of lack of a sensor parameter.
You should change it to either True or False.
I hope this helps you.
Regards,
Abhinav