-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
Say that you have a map with thousands of markers, are there any best practices for how to handle that to still have good performance?
- Just let the library handle it (does the library ignore markers that are out of view? other performance improvements?)
- Manually remove markers that are out of view (will reduce rendering if the library is bad at culling markers, but adds costs in constantly adding/removing items from lists and creating/destroying views)
- Set markers that are out of view to GONE or INVISIBLE (unknown if this has any effect, again depends on the library)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels