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