Maps SDK for Android
Toggle table of contents
1.7.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Maps SDK for Android
Maps SDK for Android
/
com.magiclane.sdk.core
/
GemOpenGLRenderer
/
Worker
Worker
interface
Worker
Inheritors
GemTextureWorker
Members
Properties
context
Link copied to clipboard
abstract
val
context
:
Context
Functions
is
Render
Needed
Link copied to clipboard
abstract
fun
isRenderNeeded
(
)
:
Boolean
on
Create
Link copied to clipboard
abstract
fun
onCreate
(
)
on
Dispose
Link copied to clipboard
abstract
fun
onDispose
(
)
on
Draw
Link copied to clipboard
abstract
fun
onDraw
(
)
:
Boolean
on
Surface
Changed
Link copied to clipboard
abstract
fun
onSurfaceChanged
(
width
:
Int
,
height
:
Int
)