SearchResultUsed

data class SearchResultUsed(    val provider: String,     val id: String,     val name: String,     val address: String,     val coordinates: HistoryPoint,     val routablePoint: List<HistoryRoutablePoint>?) : EventDTO

SearchResultUsed

Constructors

Link copied to clipboard
fun SearchResultUsed(    provider: String,     id: String,     name: String,     address: String,     coordinates: HistoryPoint,     routablePoint: List<HistoryRoutablePoint>?)

Properties

Link copied to clipboard
val address: String

of the search point

Link copied to clipboard
val coordinates: HistoryPoint

of the search point

Link copied to clipboard
val id: String

unique identifier of the search point

Link copied to clipboard
val name: String

of the search point

Link copied to clipboard
val provider: String

used search provider, e.g. mapbox, google

Link copied to clipboard
val routablePoint: List<HistoryRoutablePoint>?

HistoryRoutablePoints details, null in case of error or if there is no related routable point