mapscore
1.4.1.191
mapscore
/
io.openmobilemaps.mapscore.shared.map.layers.line
/
LineLayerInterface
Line
Layer
Interface
abstract
class
LineLayerInterface
Content copied to clipboard
Types
Constructors
Functions
Constructors
Line
Layer
Interface
Link copied to clipboard
fun
LineLayerInterface
(
)
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
(
line
:
LineInfoInterface
)
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
Lines
Link copied to clipboard
abstract
fun
getLines
(
)
:
ArrayList
<
LineInfoInterface
>
Content copied to clipboard
invalidate
Link copied to clipboard
abstract
fun
invalidate
(
)
Content copied to clipboard
remove
Link copied to clipboard
abstract
fun
remove
(
line
:
LineInfoInterface
)
Content copied to clipboard
reset
Selection
Link copied to clipboard
abstract
fun
resetSelection
(
)
Content copied to clipboard
set
Callback
Handler
Link copied to clipboard
abstract
fun
setCallbackHandler
(
handler
:
LineLayerCallbackInterface
)
Content copied to clipboard
set
Layer
Clickable
Link copied to clipboard
abstract
fun
setLayerClickable
(
isLayerClickable
:
Boolean
)
Content copied to clipboard
set
Lines
Link copied to clipboard
abstract
fun
setLines
(
lines
:
ArrayList
<
LineInfoInterface
>
)
Content copied to clipboard
set
Selected
Link copied to clipboard
abstract
fun
setSelected
(
selectedIds
:
HashSet
<
String
>
)
Content copied to clipboard