Google Geocoding and Maps NOT working
Hi,
I followed the instruction here
https://docs.appthemes.com/tutorials...-maps-api-key/ and provided credit card information and still gecocode doesn't work.
{
"request": "London",
"result": {
"coords": false,
"bounds": false,
"address": false,
"radius": false,
"address_components": [],
"response_code": "REQUEST_DENIED"
}
}
or
{
"request": "Киев",
"result": {
"coords": false,
"bounds": false,
"address": false,
"radius": false,
"address_components": [],
"response_code": "REQUEST_DENIED"
}
}