mapscore
1.4.1.191
mapscore
/
io.openmobilemaps.mapscore.shared.map.layers.icon
/
IconLayerInterface
Icon
Layer
Interface
abstract
class
IconLayerInterface
Content copied to clipboard
Types
Constructors
Functions
Constructors
Icon
Layer
Interface
Link copied to clipboard
fun
IconLayerInterface
(
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
add
Link copied to clipboard
abstract
fun
add
(
icon
:
IconInfoInterface
)
Content copied to clipboard
as
Layer
Interface
Link copied to clipboard
abstract
fun
asLayerInterface
(
)
:
LayerInterface
Content copied to clipboard
clear
Link copied to clipboard
abstract
fun
clear
(
)
Content copied to clipboard
get
Icons
Link copied to clipboard
abstract
fun
getIcons
(
)
:
ArrayList
<
IconInfoInterface
>
Content copied to clipboard
invalidate
Link copied to clipboard
abstract
fun
invalidate
(
)
Content copied to clipboard
remove
Link copied to clipboard
abstract
fun
remove
(
icon
:
IconInfoInterface
)
Content copied to clipboard
set
Callback
Handler
Link copied to clipboard
abstract
fun
setCallbackHandler
(
handler
:
IconLayerCallbackInterface
)
Content copied to clipboard
set
Icons
Link copied to clipboard
abstract
fun
setIcons
(
icons
:
ArrayList
<
IconInfoInterface
>
)
Content copied to clipboard
set
Layer
Clickable
Link copied to clipboard
abstract
fun
setLayerClickable
(
isLayerClickable
:
Boolean
)
Content copied to clipboard