toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-themes
/
com.mapbox.dash.theming.icons
/
PinIconSet
Pin
Icon
Set
@
Immutable
class
PinIconSet
(
val
map
:
DashIcon
?
=
null
,
val
ui
:
DashIcon
)
Members
Constructors
Pin
Icon
Set
Link copied to clipboard
constructor
(
colors
:
DashColors
,
context
:
Context
,
map
:
DashIcon
?
=
null
,
ui
:
DashIcon
=
DashIcon(context) { uiPin(colors) }
)
constructor
(
map
:
DashIcon
?
=
null
,
ui
:
DashIcon
)
Properties
map
Link copied to clipboard
val
map
:
DashIcon
?
=
null
ui
Link copied to clipboard
val
ui
:
DashIcon
Functions
copy
Link copied to clipboard
fun
copy
(
map
:
DashIcon
?
=
this.map
,
ui
:
DashIcon
=
this.ui
)
:
PinIconSet
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int