Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for clustering #14

Open
fornewid opened this issue May 22, 2022 · 0 comments
Open

Add support for clustering #14

fornewid opened this issue May 22, 2022 · 0 comments

Comments

@fornewid
Copy link
Owner

fornewid commented May 22, 2022

배경

Thanks to @Pluu.

지금은 지도에 많은 수의 마커를 표시하려고 하면 몇 초 동안 렌더링이 정지된다.

markers.forEach {
    Marker(...)
}

LazyColumn처럼 지도 상에 보여지지 않는 Marker는 그리지 않도록 클러스터링 지원이 필요해보인다.

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant