Sorry for asking such a general question but I need to integrate Google Maps into an ionic v1 app. Just a simple display of a location on a map and an external launch to the Maps app for navigation. I’ve used Google Maps in JS and iOS native so I have an understanding of the API. What I’m not sure of is the correct approach for an ionic app. Is there a recommended plug-in? Will the JS API work once it’s cross-compiled?
Thanks.