StoredResult

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

storedTitle

: the label to display.

storedSubtitle

: the subtitle to display.

storedLatitude

: the latitude of the location.

storedLongitude

the longitude of the location.

Constructors

Link copied to clipboard
constructor(storedTitle: String, storedSubtitle: String, storedLatitude: Double, storedLongitude: Double)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard