I have found out that there are numerous ways to implement Google map with ionic. So far there is: ngMap, Angular-google-maps, google-maps and so on. Probably more, but it’s getting confusing as it is.
What I want to find out is what is the benefit of using each one and the trade off between each approach. Also which is the most preferred one for Ionic app, and why. I am having trouble figuring out which one I should go with, so far I was only able to get ngMap working with my app. All though from what I found, it is a bad practice to use ngMap, which is why I am here to find out more about this. I hope I can get an answer to which implementation of google maps I should go for. Either ngMap or Angular-google-maps, or some other type.
Thanks!