MTMapViewContentDelegate

Secondary event listener for map events, intended for overlay/content components that must react to map movement (e.g., custom Compose annotation views).

This delegate is additive and does not replace MTMapViewDelegate.

Inheritors

Functions

abstract fun onEvent(event: MTEvent, data: MTData?)

Called whenever a map event is fired.