How to open standard Google Map application from my application

Is it possible to open standard Google Map application from my application. I have latitude and longitude of that place and I want to open google map application from my ionic application.

If it is not possible please share alternatives.

Thanks

Be aware that this plugin has some issues with Cordova 5.0.0, there are pending PRs #528 and #516 but there seems to be still issues in the forks (last update was 8 days ago).

On Android, you could also try sending an Intent using the WebIntent plugin.