MapRendererFrameCaptureDelegate

public protocol MapRendererFrameCaptureDelegate : AnyObject

MapMetalRendererFrameCaptureDelegate exposes possibility to get currently drawn frame as a texture. Using this delegate may have impact of performance rendering.

  • Informs about new captured frame available.

    Declaration

    Swift

    func mapRenderer(_ map: MapView, capturedFrameImage: UIImage)