Problems with maps and geocode
Despite setting up a billing account, enabling geocoding and Google Maps API, and the settings page output telling me all is well (see below), My search box on the homepage display "oops something went wrong" and maps aren't displaying on ad listings. Any ideas?
{
"request": "london",
"result": {
"coords": {
"lat": 51.5073509,
"lng": -0.1277583
},
"bounds": {
"ne_lat": 51.6723432,
"ne_lng": 0.148271,
"sw_lat": 51.38494009999999,
"sw_lng": -0.3514683
},
"address": "London, UK",
"radius": 16.4435,
"address_components": {
"street_number": "",
"street": "",
"city": "London",
"state": "England",
"country": "United Kingdom",
"postal_code": "",
"state_short": "England",
"state_long": "England",
"country_short": "GB",
"country_long": "United Kingdom"
},
"response_code": "OK"
}
}