onDraw

abstract fun onDraw(mapViewFrameContext: MapViewFrameContext)

Called to draw the map layer during each frame.

This method will be called on the main thread during the map's rendering cycle. Implementations should use the provided frame context to position and draw their content relative to the map's current state.

Since

0.0.86

Parameters

mapViewFrameContext

The current MapViewFrameContext containing camera and map state information