mapscore
1.4.1.191
mapscore
/
io.openmobilemaps.mapscore.shared.map
/
LayerInterface
Layer
Interface
abstract
class
LayerInterface
Content copied to clipboard
Constructors
Functions
Constructors
Layer
Interface
Link copied to clipboard
fun
LayerInterface
(
)
Content copied to clipboard
Functions
build
Render
Passes
Link copied to clipboard
abstract
fun
buildRenderPasses
(
)
:
ArrayList
<
RenderPassInterface
>
Content copied to clipboard
enable
Animations
Link copied to clipboard
abstract
fun
enableAnimations
(
enabled
:
Boolean
)
Content copied to clipboard
force
Reload
Link copied to clipboard
abstract
fun
forceReload
(
)
Content copied to clipboard
hide
Link copied to clipboard
abstract
fun
hide
(
)
Content copied to clipboard
is
Ready
To
Render
Offscreen
Link copied to clipboard
abstract
fun
isReadyToRenderOffscreen
(
)
:
LayerReadyState
Content copied to clipboard
on
Added
Link copied to clipboard
abstract
fun
onAdded
(
mapInterface
:
MapInterface
)
Content copied to clipboard
on
Removed
Link copied to clipboard
abstract
fun
onRemoved
(
)
Content copied to clipboard
pause
Link copied to clipboard
abstract
fun
pause
(
)
Content copied to clipboard
resume
Link copied to clipboard
abstract
fun
resume
(
)
Content copied to clipboard
set
Error
Manager
Link copied to clipboard
abstract
fun
setErrorManager
(
errorManager
:
ErrorManager
)
Content copied to clipboard
set
Masking
Object
Link copied to clipboard
abstract
fun
setMaskingObject
(
maskingObject
:
MaskingObjectInterface
?
)
Content copied to clipboard
set
Scissor
Rect
Link copied to clipboard
abstract
fun
setScissorRect
(
scissorRect
:
RectI
?
)
Content copied to clipboard
optional rectangle, remove scissoring when not set
show
Link copied to clipboard
abstract
fun
show
(
)
Content copied to clipboard
update
Link copied to clipboard
abstract
fun
update
(
)
Content copied to clipboard