setPixelFormat

open fun setPixelFormat(pixelFormat: Int)

Change pixel format for underlying GL surface. This call will invalidate MapView (onMapInvalidated will be called) Another calls, which require MapView to be valid, may throw IllegalStateException when called before onMapValid

Parameters

pixelFormat

pixel format to set (e.g. OPAQUE)

Throws