MapLibre Native Android
Toggle table of contents
13.4.1
openglRelease
Target filter
openglRelease
Switch theme
Search in API
Skip to content
MapLibre Native Android
MapLibre Native Android
/
org.maplibre.android.style.layers
/
Layer
Layer
abstract
class
Layer
(
source
)
Base class for the different Layer types
Inheritors
FillExtrusionLayer
FillLayer
CircleLayer
RasterLayer
CustomLayer
BackgroundLayer
HillshadeLayer
SymbolLayer
ColorReliefLayer
HeatmapLayer
LineLayer
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
>
>
)