fornewid / naver-map-compose

NAVER Map Android SDK for Jetpack Compose 🗺
https://fornewid.github.io/naver-map-compose/
Apache License 2.0
124 stars 7 forks source link

Add support for clustering #14

Open fornewid opened 2 years ago

fornewid commented 2 years ago

배경

Thanks to @pluu.

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

markers.forEach {
    Marker(...)
}

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

References