Search code examples
google-mapsionic2ionic-native

Get coordinate of google map_click event Ionic


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.


Solution

  • EDIT

    so i found out its just e.lat