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