I'm implementing google maps where I'm passing address to google maps api to get current location on map, but it is showing following error in browser console,
This API project is not authorized to use this API. Please ensure this API is activated in the Google Developers Console: https://console.developers.google.com/apis/api/geocoding_backend?project=_ For more information on authentication and Google Maps Javascript API services please see: https://developers.google.com/maps/documentation/javascript/get-api-key
Also I want to use google maps api on server side, to fetch latitude and longitude based on provided address. I am new to implement google maps api, any help is much appreciated.