@besovideo/bvmap-leaflet 0.0.45 → 0.0.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -69,6 +69,7 @@ export declare class LeafletMarkerHandle<T = any> {
|
|
|
69
69
|
private canvasNoClusterLayer?;
|
|
70
70
|
private webglNoClusterLayer?;
|
|
71
71
|
private webglGridClusterLayer?;
|
|
72
|
+
private useCanvasNoClusterFallback;
|
|
72
73
|
constructor(map: L.Map, renderOptions: IRenderMarkerCluster<T>);
|
|
73
74
|
private clusterClickHandle;
|
|
74
75
|
on(eventType: "clusterclick", handle: (userDatas: T[], utils: {
|
|
@@ -26,6 +26,7 @@ export declare class WebGLNoClusterLayer extends L.Layer {
|
|
|
26
26
|
private drawZoom;
|
|
27
27
|
private zooming;
|
|
28
28
|
private currentDrawShowTitle;
|
|
29
|
+
static isSupported(): boolean;
|
|
29
30
|
constructor(layerOptions?: ICanvasNoClusterLayerOptions);
|
|
30
31
|
onAdd(map: L.Map): this;
|
|
31
32
|
onRemove(map: L.Map): this;
|