showOnMap
suspend fun NavManagerService.showOnMap(displayName: String, searchResults: List<SearchResult>): Result<Unit>
Opens the map and shows a list of places (SearchResult) on it. The app will be brought to the foreground.
Opens the map and shows a list of places (SearchResult) on it. The app will be brought to the foreground.