HistoryResult

@Serializable
class HistoryResult(    val id: String,     val name: String,     val descriptionText: String?,     val address: SearchAddress?,     val routablePoints: List<@Serializable(with = RoutablePointSurrogateSerializer::class) RoutablePoint>?,     val coordinate: Point?,     val categories: List<String>?,     val types: List<SearchResultType>,     val timestamp: Long)

Constructors

Link copied to clipboard
constructor(    id: String,     name: String,     descriptionText: String?,     address: SearchAddress?,     routablePoints: List<@Serializable(with = RoutablePointSurrogateSerializer::class) RoutablePoint>?,     coordinate: Point?,     categories: List<String>?,     types: List<SearchResultType>,     timestamp: Long)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
@Serializable(with = SearchAddressSerializer::class)
val address: SearchAddress?
Link copied to clipboard
Link copied to clipboard
@Serializable(with = PointSurrogateSerializer::class)
val coordinate: Point?
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
val routablePoints: List<@Serializable(with = RoutablePointSurrogateSerializer::class) RoutablePoint>?
Link copied to clipboard
Link copied to clipboard
val types: List<SearchResultType>

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String