Preparing search index...
The search index is not available
@vcmap/core
@vcmap/core
VectorTileImplementation
Interface VectorTileImplementation
interface
VectorTileImplementation
{
updateSplitDirection
(
direction
:
SplitDirection
)
:
void
;
updateStyle
(
style
:
StyleItem
,
silent
?:
boolean
)
:
void
;
updateTiles
(
tiles
:
string
[]
,
featureVisibilityChange
:
boolean
)
:
void
;
}
Hierarchy (
view full
)
FeatureLayerImplementation
VectorTileImplementation
Implemented by
TileDebugOpenlayersImpl
VectorTileOpenlayersImpl
Index
Methods
update
Split
Direction
update
Style
update
Tiles
Methods
update
Split
Direction
update
Split
Direction
(
direction
)
:
void
Parameters
direction
:
SplitDirection
Returns
void
update
Style
update
Style
(
style
,
silent
?
)
:
void
Parameters
style
:
StyleItem
Optional
silent
:
boolean
Returns
void
update
Tiles
update
Tiles
(
tiles
,
featureVisibilityChange
)
:
void
Parameters
tiles
:
string
[]
featureVisibilityChange
:
boolean
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
update
Split
Direction
update
Style
update
Tiles
@vcmap/core
Loading...