OnDrawListener

interface OnDrawListener

Interface for listening to draw events on the map view.

Draw listeners are called during frame rendering with access to the frozen frame context being used for drawing.

Since

0.0.86

Functions

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

Called when the map view is about to be drawn with a frozen immutable MapViewFrameContext. Changes to the MapViewFrameContext will not be reflected in the drawing of this frame.