toggle menu
NavigationApp
androidJvm
switch theme
search in API
ev-platform-ui-sdk
/
com.mapbox.ev.ui.model
/
IconOption
/
SearchResultIconOption
Search
Result
Icon
Option
class
SearchResultIconOption
(
iconPredicate
:
Predicate
<
EVStation
>
,
iconId
:
String
,
iconDrawable
:
Drawable
,
searchResults
:
List
<
MapboxEVSearchResult
>
)
:
IconOption
Members
Constructors
Search
Result
Icon
Option
Link copied to clipboard
constructor
(
iconPredicate
:
Predicate
<
EVStation
>
,
iconId
:
String
,
iconDrawable
:
Drawable
,
searchResults
:
List
<
MapboxEVSearchResult
>
)
Functions
get
Condition
Link copied to clipboard
open
override
fun
getCondition
(
)
:
Predicate
<
EVStation
>
get
Icon
Drawable
Link copied to clipboard
fun
getIconDrawable
(
)
:
Drawable
get
Icon
Id
Link copied to clipboard
fun
getIconId
(
)
:
String