mapscore
1.4.1.191
mapscore
/
io.openmobilemaps.mapscore.shared.map.layers.polygon
/
PolygonLayerInterface
Polygon
Layer
Interface
abstract
class
PolygonLayerInterface
Content copied to clipboard
Types
Constructors
Functions
Constructors
Polygon
Layer
Interface
Link copied to clipboard
fun
PolygonLayerInterface
(
)
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
(
polygon
:
PolygonInfo
)
Content copied to clipboard
add
All
Link copied to clipboard
abstract
fun
addAll
(
polygons
:
ArrayList
<
PolygonInfo
>
)
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
Polygons
Link copied to clipboard
abstract
fun
getPolygons
(
)
:
ArrayList
<
PolygonInfo
>
Content copied to clipboard
remove
Link copied to clipboard
abstract
fun
remove
(
polygon
:
PolygonInfo
)
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
:
PolygonLayerCallbackInterface
)
Content copied to clipboard
set
Layer
Clickable
Link copied to clipboard
abstract
fun
setLayerClickable
(
isLayerClickable
:
Boolean
)
Content copied to clipboard
set
Polygons
Link copied to clipboard
abstract
fun
setPolygons
(
polygons
:
ArrayList
<
PolygonInfo
>
)
Content copied to clipboard