MapRendererFactory

Shared factory used by MapRenderer.create(). The shape of renderer construction (anonymous subclass wiring of initCallback, render-thread attachment) lives here; the backend-specific concrete-type instantiation is delegated to the flavor-provided RendererStrategy.

Functions

Link copied to clipboard
open fun newSurfaceViewMapRenderer(@NonNull context: Context, localFontFamily: String, renderSurfaceOnTop: Boolean, initCallback: Runnable): SurfaceViewMapRenderer
Link copied to clipboard
open fun newTextureViewMapRenderer(@NonNull context: Context, textureView: TextureView, localFontFamily: String, translucentSurface: Boolean, initCallback: Runnable): TextureViewMapRenderer