Opening native map from ionic app

Hello All,

I’m working on this app and there is a requirement to show the store location on map, I’ve got it working with google map, however its slow in-terms of performance.

So deiced to bring up native map (installed on the device) upon clicking the store and it is working well.

the question is - is it against the ios/anroid policy to use native map from hybrid app?

Thanks,
Ash.

nope it is not!!!
I have been able to open native map from my Ionic app by passing some parameters…
And it works much better than adding a Google map inside the App…