Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
esri-compat-entry
VectorTileLayerCompat
Class VectorTileLayerCompat
Index
Constructors
constructor
Properties
event
Bus
id
list
Mode
loaded
load
Status
max
Scale
min
Scale
opacity
style
title
type
url
visible
Methods
destroy
get
Style
load
load
Style
on
set
Opacity
set
Visibility
watch
when
Constructors
constructor
new
Vector
Tile
Layer
Compat
(
options
?
)
:
VectorTileLayerCompat
Parameters
options
:
VectorTileLayerCompatOptions
= {}
Returns
VectorTileLayerCompat
Properties
Readonly
event
Bus
event
Bus
:
CompatEventBus
id
id
:
undefined
|
string
list
Mode
list
Mode
:
string
loaded
loaded
:
boolean
load
Status
load
Status
:
VectorTileLayerLoadStatusCompat
max
Scale
max
Scale
:
number
min
Scale
min
Scale
:
number
opacity
opacity
:
number
style
style
:
undefined
|
string
|
Record
<
string
,
unknown
>
title
title
:
undefined
|
string
Readonly
type
type
url
url
:
undefined
|
string
visible
visible
:
boolean
Methods
destroy
destroy
(
)
:
void
Returns
void
get
Style
get
Style
(
)
:
undefined
|
Record
<
string
,
unknown
>
Returns
undefined
|
Record
<
string
,
unknown
>
load
load
(
)
:
Promise
<
VectorTileLayerCompat
>
Returns
Promise
<
VectorTileLayerCompat
>
load
Style
load
Style
(
style
)
:
void
Parameters
style
:
Record
<
string
,
unknown
>
Returns
void
on
on
(
eventName
,
listener
)
:
VectorTileLayerHandleCompat
Parameters
eventName
:
string
listener
:
(
(
event
:
unknown
)
=>
void
)
(
event
)
:
void
Parameters
event
:
unknown
Returns
void
Returns
VectorTileLayerHandleCompat
set
Opacity
set
Opacity
(
opacity
)
:
void
Parameters
opacity
:
number
Returns
void
set
Visibility
set
Visibility
(
visible
)
:
void
Parameters
visible
:
boolean
Returns
void
watch
watch
(
propertyName
,
listener
)
:
VectorTileLayerHandleCompat
Parameters
propertyName
:
string
listener
:
(
(
value
:
unknown
)
=>
void
)
(
value
)
:
void
Parameters
value
:
unknown
Returns
void
Returns
VectorTileLayerHandleCompat
when
when
(
callback
?
)
:
Promise
<
VectorTileLayerCompat
>
Parameters
Optional
callback
:
(
(
layer
:
VectorTileLayerCompat
)
=>
void
)
(
layer
)
:
void
Parameters
layer
:
VectorTileLayerCompat
Returns
void
Returns
Promise
<
VectorTileLayerCompat
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
event
Bus
id
list
Mode
loaded
load
Status
max
Scale
min
Scale
opacity
style
title
type
url
visible
Methods
destroy
get
Style
load
load
Style
on
set
Opacity
set
Visibility
watch
when
@honua/sdk-js
Loading...