Skip to content

Best performance for many markers #48

Description

@az-faro

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions