This API project is not authorized to use this API. Please ensure that this API is activated in the APIs Console

I have a latitude, and longitude : “-27.0000,133.0000”. I want produce a map base on that. I’ve tried go to this link https://maps.googleapis.com/maps/api/geocode/json?latlng=-27.0000,133.0000&key=****** I keep getting this error on the browser { “error_message” : “This API project is not authorized to use this API. Please ensure that this API is activated in the APIs Console: … Read more

How to convert an address into a Google Maps Link (NOT MAP)

After looking (Googling) on the web for a while, I can find nothing that takes an address like: 1200 Pennsylvania Ave SE, Washington, District of Columbia, 20003 and converts it into a clickable link: http://maps.google.com/maps?f=q&source=s_q&hl=en&q=1200+Pennsylvania+Ave+SE,+Washington,+District+of+Columbia,+20003&sll=37.0625,-95.677068&sspn=44.118686,114.169922&ie=UTF8&cd=1&geocode=FT5MUQIdIDlp-w&split=0&ll=38.882147,-76.99017&spn=0.01064,0.027874&z=16&iwloc=A jQuery or PHP preferred or just any useful information on this. 14 Answers 14

How to get the SHA-1 fingerprint certificate in Android Studio for debug mode?

I have shifted myself from Eclipse to Android Studio. Now I am trying to work on my Map app. So I need my SHA-1 fingerprint certificate number. When I was using Eclipse it was right under Windows -> Preferences -> Android -> Build. But in Android Studio I couldn’t find out any option like this … Read more