toggle menu
MapLibre Native Android
11.6.1
androidJvm
switch theme
search in API
MapLibre Native Android
/
org.maplibre.android.style.layers
/
CustomLayer
Custom
Layer
open
class
CustomLayer
:
Layer
Custom layer.
Experimental feature. Do not use.
Members
Constructors
Custom
Layer
Link copied to clipboard
constructor
(
id
:
String
,
host
:
Long
)
Properties
native
Ptr
Link copied to clipboard
open
val
nativePtr
:
Long
Functions
get
Id
Link copied to clipboard
@
NonNull
open
fun
getId
(
)
:
String
get
Max
Zoom
Link copied to clipboard
open
fun
getMaxZoom
(
)
:
Float
get
Min
Zoom
Link copied to clipboard
open
fun
getMinZoom
(
)
:
Float
get
Visibility
Link copied to clipboard
@
NonNull
open
fun
getVisibility
(
)
:
PropertyValue
<
String
>
is
Detached
Link copied to clipboard
open
fun
isDetached
(
)
:
Boolean
set
Detached
Link copied to clipboard
open
fun
setDetached
(
)
set
Max
Zoom
Link copied to clipboard
open
fun
setMaxZoom
(
zoom
:
Float
)
set
Min
Zoom
Link copied to clipboard
open
fun
setMinZoom
(
zoom
:
Float
)
set
Properties
Link copied to clipboard
open
fun
setProperties
(
@
NonNull
properties
:
Array
<
PropertyValue
<
out
Any
>
>
)
update
Link copied to clipboard
open
fun
update
(
)
Triggers map re-paint.