marlove / react-native-geocoding

MIT License
205 stars 54 forks source link

Billing for Google API #24

Open LuizFBrisighello opened 4 years ago

LuizFBrisighello commented 4 years ago

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 4 years ago

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

Yasser-G commented 4 years ago

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

Etaliya commented 3 years ago

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…]()

vansikasingh commented 3 years ago

please help m getting the same error