GuillaumeLeclerc / vue-google-maps

Google maps component for vue with 2-way data binding
560 stars 653 forks source link

how do i grab the address entered ? #127

Open PManager1 opened 7 years ago

PManager1 commented 7 years ago

( Im new to vue.js ,.) Currently you only show how to grab the long and lat for the position entered. setPlace(place) { this.latLng = { lat: place.geometry.location.lat(), lng: place.geometry.location.lng(), }, this.pp = { ppp: place };
}

I tried this ppp code, didnt work.