HistorySearchResult

class HistorySearchResult(val id: String, val name: String, val address: String, val coordinates: HistoryPoint?, val routablePoint: List<HistoryRoutablePoint>?)

HistorySearchResult.

Constructors

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

Properties

Link copied to clipboard

of the search point

Link copied to clipboard

of the search point, null in case of error

Link copied to clipboard
val id: String

unique identifier of the search point

Link copied to clipboard

of the search point

Link copied to clipboard

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

Functions

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

Indicates whether some other object is "equal to" this one.

Link copied to clipboard
open override fun hashCode(): Int

Returns a hash code value for the object.

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.