Location Item Model
Types
Link copied to clipboard
data class SearchResult(searchedTitle: String, searchedSubtitle: String, searchedLatitude: Double, searchedLongitude: Double) : LocationItemModel
UiModel used for Location Items which are provided by external apis.
Link copied to clipboard
data class StoredResult(storedTitle: String, storedSubtitle: String, storedLatitude: Double, storedLongitude: Double) : LocationItemModel
UiModel used for Location Items which are stored in cache or local database.