Is it possible and efficient to divide 30k (and increase) or more coordinates into tiles on Google Maps?
My goal is to index all coordinates - assign tiles and determine tile size for each zoom level.
On the client side, the manager-marker will perform clustering for each tile (which ideally would have less than 200 points)
New coordinates will be automatically assigned to a specific fragment.
source
share