toggle menu
NavigationApp
jvm
switch theme
search in API
navigation-ux-ev-platform
/
com.mapbox.ev.client.domain.model
/
SearchOptions
Search
Options
class
SearchOptions
Options for use in searching for EV stations.
Members
Types
Builder
Link copied to clipboard
class
Builder
(
resultLimit
:
Int
=
DEFAULT_SEARCH_RESULT_LIMIT
,
searchRadius
:
Double
=
DEFAULT_SEARCH_RADIUS
,
resultFilters
:
MutableList
<
Predicate
<
EVStation
>
>
=
mutableListOf()
,
targetPointForSearchSorting
:
Point
?
=
null
)
Properties
result
Filters
Link copied to clipboard
val
resultFilters
:
List
<
Predicate
<
EVStation
>
>
result
Limit
Link copied to clipboard
val
resultLimit
:
Int
search
Radius
Link copied to clipboard
val
searchRadius
:
Double
target
Point
For
Search
Sorting
Link copied to clipboard
var
targetPointForSearchSorting
:
Point
?
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
Builder
Link copied to clipboard
fun
toBuilder
(
)
:
SearchOptions.Builder