Google Places API返回不完整的结果,没有阻止号

时间:2019-05-24 14:05:15

标签: google-places-api

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
}

查看图片以了解更多信息。这仅适用于某些搜索。

Incomplete result

0 个答案:

没有答案