获取 google map_click 事件的坐标 Ionic

Get coordinate of google map_click event Ionic

我正在尝试读取 google map_click 事件的坐标。 我试过:

map.on(GoogleMapsEvent.MAP_CLICK).subscribe((e) => {
 console.log(e.LatLng.lat()); 
})

这是行不通的。

我通过 ionic-native 导入了 googlemap。

编辑

所以我发现它只是 e.lat