SearchOptions

Options for use in searching for EV stations.

Types

Link copied to clipboard
class Builder(    resultLimit: Int = DEFAULT_SEARCH_RESULT_LIMIT,     searchRadius: Double = DEFAULT_SEARCH_RADIUS,     searchResultRankings: MutableList<Predicate<EVStation>> = mutableListOf(),     searchResultFilters: MutableList<Predicate<EVStation>> = mutableListOf(),     targetPointForSearchSorting: Point? = null)

Properties

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

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