showOnMap

abstract suspend fun showOnMap(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.