Error Description:
Step 1: Go to Google API Console. Assume if you have already logged in your google account then you will be redirecting to below page, if not sign in with your google account to get into this.
Step 3: Select desired options, GeoCoding, GeoLocation, Places APIs. Click on that you will be redirecting to below page. You can see Enable button there. Click to enable API.
To resolve this issue, Maps JavaScript, Geocode, Geolocation and Places APIs needs to be enabled.
Step 2: Click on APIs, you will be redirecting to below page.
Click on APIs to see all enabled APIs as below.
That's it.
Check API:
This request demonstrates using the JSON output flag:
https://maps.googleapis.com/maps/api/geocode/json?address=1600+Amphitheatre+Parkway,+Mountain+View,+CA&key=YOUR_APP_KEY
This request demonstrates using the XML output flag:
https://maps.googleapis.com/maps/api/geocode/xml?address=1600+Amphitheatre+Parkway,+Mountain+View,+CA&key=YOUR_APP_KEY
That's it.
Comments
Post a Comment