toggle menu
mapsglmaps
androidJvm
switch theme
search in API
mapsglmaps
/
com.xweather.mapsgl.layers.spec
/
VectorLayerDescriptor
Vector
Layer
Descriptor
interface
VectorLayerDescriptor
<
P
:
LayerPaint
>
:
LayerDescriptor
<
P
>
Inheritors
FillLayerDescriptor
LineLayerDescriptor
CircleLayerDescriptor
SymbolLayerDescriptor
HeatmapLayerDescriptor
Members
Properties
filter
Link copied to clipboard
abstract
var
filter
:
Expression
?
id
Link copied to clipboard
abstract
var
id
:
String
paint
Link copied to clipboard
abstract
var
paint
:
P
source
Link copied to clipboard
abstract
var
source
:
String
source
Layer
Link copied to clipboard
abstract
var
sourceLayer
:
String
?
type
Link copied to clipboard
abstract
val
type
:
LayerType
Functions
off
Link copied to clipboard
abstract
fun
off
(
eventName
:
String
)
on
Link copied to clipboard
abstract
fun
on
(
eventName
:
String
,
callback
:
(
Any
?
)
->
Unit
)
trigger
Link copied to clipboard
abstract
fun
trigger
(
eventName
:
String
,
data
:
Any
?
=
null
)