MapLayer

interface MapLayer

Interface for creating custom map layers that can be drawn on the map view.

MapLayer provides a framework for adding custom visual elements that are synchronized with the map's rendering cycle. Implementations can draw custom content that responds to map camera changes, zoom levels, and other map state changes.

Since

0.0.86

Inheritors

Types

Link copied to clipboard
interface ViewInterface

Functions

Link copied to clipboard
abstract fun onDraw(mapViewFrameContext: MapViewFrameContext)

Called to draw the map layer during each frame.