Hossam.

Results 2 issues of Hossam.

that's my code that start the navigation ``` start.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { NavigationLauncherOptions options = NavigationLauncherOptions.builder() .origin(Point.fromLngLat(markeri.getPosition().getLongitude(), markeri.getPosition().getLatitude())) .destination(destination).shouldSimulateRoute(false).build(); NavigationLauncher.startNavigation(MainActivity.this, options); } }); ``` it...

jira-sync-complete