toggle menu
MapLibre Native Android
11.11.0
androidJvm
switch theme
MapLibre Native Android
/
org.maplibre.android.style.layers
/
Layer
Layer
abstract
class
Layer
Base class for the different Layer types
Inheritors
FillLayer
FillExtrusionLayer
LineLayer
CircleLayer
SymbolLayer
HillshadeLayer
BackgroundLayer
RasterLayer
CustomLayer
HeatmapLayer
Members
Constructors
Layer
Link copied to clipboard
constructor
(
)
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
>
>
)