PMMapSurfaceConfig

data class PMMapSurfaceConfig(val mapHeightPx: Int = 0, val mapWidthPx: Int = 0, val mapDpi: Int = 0)

Configuration of map surface

Constructors

Link copied to clipboard
fun PMMapSurfaceConfig(mapHeightPx: Int = 0, mapWidthPx: Int = 0, mapDpi: Int = 0)

Properties

Link copied to clipboard
val mapDpi: Int = 0

dpi of map surface

Link copied to clipboard
val mapHeightPx: Int = 0

height of map view in pixels

Link copied to clipboard
val mapWidthPx: Int = 0

width of map view in pixels