Preparing search index...
The search index is not available
rvgeo
rvgeo
throttle
Function throttle
throttle
(
func
,
wait
)
:
(
(
this
,
...
args
)
=>
void
)
节流函数
Parameters
func
:
Function
要执行的函数
wait
:
number
等待时间
Returns
(
(
this
,
...
args
)
=>
void
)
返回一个节流函数
(
this
,
...
args
)
:
void
Parameters
this
:
any
Rest
...
args
:
any
[]
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
rvgeo
colorListType
stretchType
Circle
Delaunator
Dijkstra
Evented
Geometry
GeometryCollection
Grid
LineString
MultiLineString
MultiPoint
MultiPolygon
Point
Polygon
QuadTree
Voronoi
CRS
GeoJSONFeature
GeoJSONFeatureCollection
GeoJSONGeometry
Loading...
Generated using
TypeDoc
节流函数