PolygonOverlayController

interface PolygonOverlayController

Controls PolygonOverlay-specific features on the map. Allows PolygonOverlay management and the user interactions with the PolygonOverlay.

Important: This is a Public Preview API. It may be changed or removed at any time.

Functions

Link copied to clipboard
abstract fun addPolygonOverlay(options: PolygonOverlayOptions): PolygonOverlay

Create new PolygonOverlay using provided options.

Link copied to clipboard
abstract fun removePolygonOverlays()

Removes all PolygonOverlay elements from the map.

Properties

Link copied to clipboard
abstract val polygonOverlays: List<PolygonOverlay>

Returns all currently added PolygonOverlay elements.

Inheritors

Link copied to clipboard