NavigationLauncherOptions options = NavigationLauncherOptions.builder()
.directionsRoute(currentRoute)
.build();
NavigationLauncher.startNavigation(SearchResultPage.this, options);