toggle menu
mapsglmaps
androidJvm
switch theme
search in API
mapsglmaps
/
com.xweather.mapsgl.sources
/
XweatherVectorLayerMetadata
/
Layer
Layer
data
class
Layer
(
val
name
:
String
,
val
minZoom
:
Int
,
val
maxZoom
:
Int
,
val
fields
:
List
<
String
>
?
)
Members
Constructors
Layer
Link copied to clipboard
constructor
(
name
:
String
,
minZoom
:
Int
,
maxZoom
:
Int
,
fields
:
List
<
String
>
?
)
Properties
fields
Link copied to clipboard
val
fields
:
List
<
String
>
?
max
Zoom
Link copied to clipboard
val
maxZoom
:
Int
min
Zoom
Link copied to clipboard
val
minZoom
:
Int
name
Link copied to clipboard
val
name
:
String