addressAutocomplete.addListener('place_changed', function () {
fillInAddress(addressAutocomplete, isBilling, parentDiv)
});
function fillInAddress(autocomplete, isBilling, parentDiv) {
var place = autocomplete.getPlace();
// !!! - This place now contains data without the
// initial string (block number - 17418
}
См. Изображение, чтобы понять это больше.Это относится только к некоторым поискам.