// function recupAvis() { // // $.ajax({ // url: 'https://maps.googleapis.com/maps/api/place/details/json?placeid=ChIJMcUsmnUpVQ0RCaGyLdbhVS0&key=AIzaSyCs-97xP6QrhUaDBKpAzt2HIuWVQLKIff4&language=fr-FR', // method: 'get', // headers: { // 'Access-Control-Allow-Origin': '*' // }, // // async: false, // dataType: 'json', // contentType: 'application/json; charset=UTF-8', // success: function(apiData) { // recup = apiData.content; // }, // error: function(err) { // console.log('erreur' + err.responseText); // } // }); // }