ciginfo Well-Known Member Licensed User Longtime User Aug 20, 2012 #1 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
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
Erel B4X founder Staff member Licensed User Longtime User Aug 21, 2012 #2 It depends on the third party apps. You should read their documentation and find the expected intent. Upvote 0
It depends on the third party apps. You should read their documentation and find the expected intent.