hi all i would like to open google maps that is already instaled on my mobile phone and pass an address parameters from my application so i can drive to location easy.can you please tell me how can i do it? an example will be apriciated
Private MapIntent As Intent
Private Destination As String
Destination = "google.navigation:q=3 MILL CREEK DR SECAUCUS, NJ 07094"
MapIntent.Initialize(MapIntent.ACTION_VIEW, Destination)
StartActivity(MapIntent)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.