showOnMap
suspend fun NavManagerService.showOnMap(displayName: String? = null, searchResults: List<SearchResult>): Result<Unit>
Opens the map and shows a list of places (SearchResult) on it.
Parameters
displayName
parameter for the display name, covers 2 cases - display name and query visibility, if displayName is not null
searchResults
the list of places to show on the map