Google Maps API Geocode gives error "Invalid label" in Firefox
- by Bennystijn
Today I struggled with the following:
$.ajax({url:'http://maps.google.com/maps/api/geocode/jsonaddress=Karachi&sensor=false&output=json&callback=?',
dataType: 'json',
success: function(data){
//eval("("+data+")");
alert(data);
}
});
Firefox gives the error "Invalid Label" and Chrome "Uncaught…