onSearchPlaceAddedToFavorites

abstract fun onSearchPlaceAddedToFavorites(searchPlace: SearchPlace, favorite: FavoriteRecord)

Called when specific SearchPlace added to favorites.

Parameters

searchPlace

place that is added to favorites.

favorite

favorite record associated with specified searchPlace.