Companion

object Companion

Companion object.

Properties

NO_VALID_EGL_CONFIG_FOUND
Link copied to clipboard
val NO_VALID_EGL_CONFIG_FOUND: RendererError

Error code returned when no matching EGL config was found meaning that map rendering is not supported on given device. This could be also checked with static method MapView.isRenderingSupported prior to creating the MapView.

OUT_OF_MEMORY
Link copied to clipboard
val OUT_OF_MEMORY: RendererError

Represents out of memory caused by EGL10.EGL_BAD_ALLOC.