The sensor parameter is no longer required for the Google Maps JavaScript API. It won't prevent the Google Maps JavaScript API from working correctly, but we recommend that you remove the sensor parameter from the script element. "Says Chrome".
Remove Sensor parameter inside Javascript API
Hi accessvirus
Could you have a look at THIS DISCUSSION where this issue was already solved ?
Regards
Thanks solved by changing going to
plugins/system/jagooglemap/jagooglemap.php and find around line 218
searched for:
$map_js = '//maps.googleapis.com/maps/api/js?key=' . $api_key;//v3
changed into
$map_js = '//maps.googleapis.com/maps/api/js?key=' . $api_key;//v3
pavit locked the discussion.
Thanks for taking the time to post your solution
Cheers
Paul