marlove/react-native-geocoding

Billing for Google API

LuizFBrisighello opened this issue · 4 comments

I'm doing something wrong or do I need to enable Billing on the Google Cloud Project to use this library now?

I'm getting this warning/error:

error_message: "You must enable Billing on the Google Cloud Project at https://console.cloud.google.com/project/_/billing/enable Learn more at https://developers.google.com/maps/gmp-get-started"

When trying to run this reverse geocoding code:

Geocoder.from(41.89, 12.49) .then(json => { var addressComponent = json.results[0].address_components[0]; console.log(addressComponent); }) .catch(error => console.warn(error));

ppv94 commented

I am also getting same error what should we do to get coordinates.

@LuizFBrisighello , @ppv94
You need to enable Billing on the Google Cloud Project to use Google Cloud Services

I've already enable Billing on the Google Cloud Project but still getting billing error
Uploading Screenshot 2021-01-28 at 10.55.36 PM.png…

please help m getting the same error