toggle menu
MapLibre Native Android
11.6.1
androidJvm
switch theme
search in API
MapLibre Native Android
/
org.maplibre.android.style.layers
/
Layer
Layer
abstract
class
Layer
Base class for the different Layer types
Inheritors
SymbolLayer
FillExtrusionLayer
HillshadeLayer
RasterLayer
HeatmapLayer
FillLayer
LineLayer
CustomLayer
BackgroundLayer
CircleLayer
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
>
>
)