Search Result
data class SearchResult(searchedTitle: String, searchedSubtitle: String, searchedLatitude: Double, searchedLongitude: Double) : LocationItemModel
UiModel used for Location Items which are provided by external apis.
Parameters
searched Title
: the label to display.
searched Subtitle
: the subtitle to display.
searched Latitude
: the latitude of the location.
searched Longitude
the longitude of the location.