Keyless access to Google Maps Platform is deprecated
-
Looks the plugin is still doing keyless access to Google Maps which has been deprecated by google platform.
includes/gmw-location-functions.php
// geocode the location
$geocoded_data = gmw_geocoder( $geo_address, $force_refresh );array(2) {
[“error”]=>
string(16) “OVER_QUERY_LIMIT”
[“data”]=>
object(stdClass)#27103 (3) {
[“error_message”]=>
string(198) “Keyless access to Google Maps Platform is deprecated. Please use an API key with all your API calls to avoid service interruption. For further details please refer to https://g.co/dev/maps-no-account”
[“results”]=>
array(0) {
}
[“status”]=>
string(16) “OVER_QUERY_LIMIT”
}
}
- The topic ‘Keyless access to Google Maps Platform is deprecated’ is closed to new replies.