getStarted(){
this.$root.$emit('Panorama', {
lat: this.point.lat,
lng: this.point.lng,
points: this.point.points
});
}
created(){
this.$root.$on('Panorama', (coords) => {
});
}
getStarted(){
this.$root.$emit('Panorama', {
lat: this.point.lat,
lng: this.point.lng,
points: this.point.points
});
}
created(){
this.$root.$on('Panorama', (coords) => {
});
}