$.getJSON(strBaseUrl+'ajax/reverse_geocode/'+latlng, function(data) { alert(1); formatted_address = data.results[0].formatted_address; $("input[name=search_address]").val(formatted_address); marker.openInfoWindowHtml(formatted_address); });
Nagle powyższe przestało odpalać callback, samo wywołanie url działa poprawnie, nie widzę błędów, nie przypominam sobie, żebym ingerował w coś co ma z tym związek...
Co mogło się stać? Czy to możliwe, że google popsuło format/strukture danych? (jakoś to mogę sprawdzić?)