PolygonLayerInterface

abstract class PolygonLayerInterface

Constructors

Link copied to clipboard
fun PolygonLayerInterface()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun add(polygon: PolygonInfo)
Link copied to clipboard
abstract fun addAll(polygons: ArrayList<PolygonInfo>)
Link copied to clipboard
abstract fun asLayerInterface(): LayerInterface
Link copied to clipboard
abstract fun clear()
Link copied to clipboard
abstract fun getPolygons(): ArrayList<PolygonInfo>
Link copied to clipboard
abstract fun remove(polygon: PolygonInfo)
Link copied to clipboard
abstract fun resetSelection()
Link copied to clipboard
abstract fun setCallbackHandler(handler: PolygonLayerCallbackInterface)
Link copied to clipboard
abstract fun setLayerClickable(isLayerClickable: Boolean)
Link copied to clipboard
abstract fun setPolygons(polygons: ArrayList<PolygonInfo>)