زهرا
5 سال پیش توسط زهرا مطرح شد
0 پاسخ

geocoding در react native

سلام من توی پروژه ی react native
نیاز داشتم براساس موقعیت جغرافیایی اسم شهر و بگیرم من این قطعه کد رو گذاشتم
'Geocoder.setApiKey('');
Geocoder.from(41.89, 12.49)
.then(json => {
var addressComponent = json.results[0].address_components[0];
console.log(addressComponent);
})
.catch(error => console.warn(error));'
اما error
error_message: 'You have exceeded your daily request quota for this API. If you did not set a custom daily request quota, verify your project has an active billing account:
رو دریافت کردم هیچ راهی نداره که تین مشکل حل بشه؟