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".

    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

    Write a Reply...
    You need to Login to view replies.