Package io. openmobilemaps. mapscore. map. util
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open class OffscreenMapRenderer(val sizePx: Vec2I, val density: Float = 72.0f) : GLSurfaceView.Renderer, AndroidSchedulerCallback, MapViewInterface
Content copied to clipboard
Link copied to clipboard
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)
Content copied to clipboard
Link copied to clipboard