📅  最后修改于: 2022-03-11 15:03:31.682000             🧑  作者: Mango
searchBox.addListener('place_changed', function() {
let locale = searchBox.getPlace();
console.log(locale)
console.log(locale.geometry.location.lat(), locale.geometry.location.lng()) // Latitude and Longitude - if you need them
});