Closed itislegend closed 5 years ago
Hi, not 100% sure what you mean. I'm assuming you want to a point to the layer at any time?? If so then just add the point to your data set that you originally passed to the layer, then call setData on the layer instance.
flareClusterLayer.setData(data, true);
Hi, not 100% sure what you mean. I'm assuming you want to a point to the layer at any time?? If so then just add the point to your data set that you originally passed to the layer, then call setData on the layer instance.