GeoLeaf Core API - v3.0.0
Preparing search index...
kernel/geojson/loader/loader-types
VectorTilesLike
Interface VectorTilesLike
Vector tiles module (early-exit check + load).
interface
VectorTilesLike
{
shouldUseVectorTiles
(
def
:
unknown
)
:
boolean
;
loadVectorTileLayer
(
layerId
:
string
,
layerLabel
:
string
,
def
:
unknown
,
baseOptions
:
Record
<
string
,
unknown
>
,
)
:
Promise
<
{
id
:
string
;
label
:
string
;
featureCount
:
number
}
>
;
}
Index
Methods
should
Use
Vector
Tiles
load
Vector
Tile
Layer
Methods
should
Use
Vector
Tiles
shouldUseVectorTiles
(
def
:
unknown
)
:
boolean
Parameters
def
:
unknown
Returns
boolean
load
Vector
Tile
Layer
loadVectorTileLayer
(
layerId
:
string
,
layerLabel
:
string
,
def
:
unknown
,
baseOptions
:
Record
<
string
,
unknown
>
,
)
:
Promise
<
{
id
:
string
;
label
:
string
;
featureCount
:
number
}
>
Parameters
layerId
:
string
layerLabel
:
string
def
:
unknown
baseOptions
:
Record
<
string
,
unknown
>
Returns
Promise
<
{
id
:
string
;
label
:
string
;
featureCount
:
number
}
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
should
Use
Vector
Tiles
load
Vector
Tile
Layer
GeoLeaf Core API - v3.0.0
Loading...
Vector tiles module (early-exit check + load).