Open PManager1 opened 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.
( 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.