I need to display a set of markers on a google map. In addition, I need to show additional markers loaded dynamically when the user clicks on the map.
The number of markers can be in thousands, of which 30-50 should be displayed initially. Other markers should only be loaded and displayed when the user clicks on the area containing the markers. I was thinking about using token managers, but I'm not sure that tokens can be loaded dynamically into the token manager. I want something more than this card. Notice how images load when panning a map and collecting garbage when you bounce.
Clustering tokens is not important, but can be enjoyable.
source
share