Şöyle bir deneme yaptım


$.getJSON("https://maps.googleapis.com/maps/api/geocode/json?key=Asfsdfsdfsdfsdfsdfsd-c&latlng=37.8433664,29.1388587",function (data){

$.each(data,function (key,item){
document.write(item);

});


})


Bu şekilde ekrana ne yazacağını gör