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.google.android.maps.MapView)
Once user presses button in my application, I would like to open standard Google
Share
You should create an
Intentobject with a geo-URI:If you want to specify an address, you should use another form of geo-URI:
geo:0,0?q=address.reference : https://developer.android.com/guide/components/intents-common.html#Maps