How to open applis with resident map

ciginfo

Well-Known Member
Licensed User
Longtime User
Hello,
When I have GPS coordinates latitude and longituge I know how to connect "Google Map" via
B4X:
geoURI = "geo: 0,0? q =" & latitude & "," & Longitude
MapIntent.Initialize (MapIntent.ACTION_VIEW, geoURI)
StartActivity (MapIntent)
But how can I connect to an installed another application like "navionics", "navigon" that have a mapping resident?
I see apps that offer the same kind of opening multiple applis to choose.
Thank you
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…