SearchResults

class SearchResults(val provider: String, val request: String, val response: String?, val error: String?, val searchQuery: String, val results: List<HistorySearchResult>?) : EventDTO

SearchResults.

Constructors

Link copied to clipboard
constructor(provider: String, request: String, response: String?, error: String?, searchQuery: String, results: List<HistorySearchResult>?)

Properties

Link copied to clipboard

message and details of getting search point, null in case of successful response

Link copied to clipboard

used search provider, e.g. mapbox, google

Link copied to clipboard

HTTP request or SDK method with parameters being used to get search point, all secure tokens should be sanitized

Link copied to clipboard

or result of the method with search result, null in case of error

Link copied to clipboard
Link copied to clipboard

used search text to find point or coordinates to reverse geocoding

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.