Preparing search index...
The search index is not available
@versatiles/style
@versatiles/style
VectorLayer
Interface VectorLayer
Represents the structure of a vector layer in a TileJSON specification.
interface
VectorLayer
{
description
?:
string
;
fields
:
Record
<
string
,
"Boolean"
|
"Number"
|
"String"
>
;
id
:
string
;
maxzoom
?:
number
;
minzoom
?:
number
;
}
Index
Properties
description?
fields
id
maxzoom?
minzoom?
Properties
Optional
description
description
?:
string
fields
fields
:
Record
<
string
,
"Boolean"
|
"Number"
|
"String"
>
id
id
:
string
Optional
maxzoom
maxzoom
?:
number
Optional
minzoom
minzoom
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
fields
id
maxzoom
minzoom
@versatiles/style
Loading...
Represents the structure of a vector layer in a TileJSON specification.