Thus, I unexpectedly discovered that, after changing the code in general, the Google Autocomplete API completely stopped working. I inferred the results to see what happens.
I previously got lat lng from an autocomplete address as follows:
new google.maps.LatLng(from_autocomplete.getPlace().geometry.location.d, from_autocomplete.getPlace().geometry.location.e);
d and e - armor and lng-coordinates. I found that the error is that the response from the autocomplete object (autocomplete.getPlace (). Geometry.location) is now:
k: 53.002668, A: -2.179403999999977
Why does d and e suddenly change to K and A? He worked for several weeks, and then this changed without warning.
autocomplete google-maps
wazzaday
source share