W Wolli013 Well-Known Member Licensed User Longtime User Aug 7, 2016 #1 Welcher Profi kann mir helfen und sagen wie man es in B4A umsetzt, so das es funktioniert? B4X: String latLng = cafe.getLocation().latitude + "," + cafe.getLocation().longitude; Uri uri = Uri.parse(Constants.MAPS_NAVIGATION_INTENT_URI + Uri.encode(latLng)); Intent intent = new Intent(Intent.ACTION_VIEW, uri); intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); mContext.startActivity(intent);
Welcher Profi kann mir helfen und sagen wie man es in B4A umsetzt, so das es funktioniert? B4X: String latLng = cafe.getLocation().latitude + "," + cafe.getLocation().longitude; Uri uri = Uri.parse(Constants.MAPS_NAVIGATION_INTENT_URI + Uri.encode(latLng)); Intent intent = new Intent(Intent.ACTION_VIEW, uri); intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); mContext.startActivity(intent);
eurojam Well-Known Member Licensed User Longtime User Aug 8, 2016 #2 schaust Du hier: https://www.b4x.com/android/forum/threads/starting-the-geo-uri-intent.7280/