Once user presses button in my application, I would like to open standard Google Map application and to show particular location. How can I do it? (without using com.g
com.g
Check this page from google :
http://developer.android.com/guide/appendix/g-app-intents.html
You can use a URI of the form
geo:latitude,longitude
to open Google map viewer and point it to a location.