Package io.openmobilemaps.mapscore.map.util

Types

Link copied to clipboard
open class MapRenderHelper
Link copied to clipboard
interface MapViewInterface
Link copied to clipboard
sealed class MapViewRenderState
Link copied to clipboard
open class OffscreenMapRenderer(val sizePx: Vec2I, val density: Float = 72.0f) : GLSurfaceView.Renderer, AndroidSchedulerCallback, MapViewInterface
Link copied to clipboard
interface SaveFrameCallback
Link copied to clipboard
data class SaveFrameSpec(    val targetWidthPx: Int? = null,     val targetHeightPx: Int? = null,     val cropLeftPc: Float = 0.0f,     val cropTopPc: Float = 0.0f,     val cropRightPc: Float = 0.0f,     val cropBottomPc: Float = 0.0f,     val outputFormat: SaveFrameSpec.OutputFormat = OutputFormat.BYTE_ARRAY,     val pixelFormat: SaveFrameSpec.PixelFormat = PixelFormat.RGB_565)
Link copied to clipboard
object SaveFrameUtil