I’m using AGM and I want to get the coordinates
onMapClick(event) {
console.log(event.coords.lat);
}
console returns
core.js:6228 ERROR TypeError: Cannot read property ‘lat’ of undefined
1 post - 1 participant
I’m using AGM and I want to get the coordinates
onMapClick(event) {
console.log(event.coords.lat);
}
console returns
core.js:6228 ERROR TypeError: Cannot read property ‘lat’ of undefined
1 post - 1 participant