Stored Result
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.
Parameters
stored Title
: the label to display.
stored Subtitle
: the subtitle to display.
stored Latitude
: the latitude of the location.
stored Longitude
the longitude of the location.