giandifra / clustering_google_maps

A Flutter package that recreate clustering technique in a Google Maps widget

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

65,000 Objects

rodydavis opened this issue · comments

  • The clustering works pretty well

I have a data set of 65000 items and i am having issues with the db side. It will block the UI thread when first creating the data base.

Any ideas on where to start?

I am using a isolate to prepare the data.

The problem are the concurrent aggregate operations, i will try to use isolate to performe operations and stop when there are more operation at same time using only the last, this because the query is performed at every movement of the map