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