Im trying to read the coordinates of a google map_click event. I've tried:
map.on(GoogleMapsEvent.MAP_CLICK).subscribe((e) => {
console.log(e.LatLng.lat());
})
which doesnt work.
I imported googlemap via ionic-native.
EDIT
so i found out its just e.lat