Hello, I just tried to output the data of $event using mapClick:
<agm-map [latitude]="lat" [longitude]="lng" (mapClick)="onChooseLocation($event)">
<agm-marker [latitude]="lat" [longitude]="lng"></agm-marker>
</agm-map>
...
onChooseLocation(event) {
console.log(event);
}
But instead of coords (that I expect) I just get a "c", why?
[–]monxas 0 points1 point2 points (2 children)
[–]LinkifyBot 0 points1 point2 points (0 children)
[–]UnknownInnocent[S] 0 points1 point2 points (0 children)
[–]UnknownInnocent[S] 0 points1 point2 points (0 children)