I\'m sure I\'m not the only one, but I cannot parse/return anything when jQuery takes a request to lookup an address when the data being requested is the latitude
latitude
try use $.getJSON to get the result
Example
var latlng = "40.06125658,-7.745361328"; var url = "https://maps.googleapis.com/maps/api/geocode/json?latlng=" + latlng + "&sensor=false"; $.getJSON(url, function (data) { for(var i=0;i