문제

On Mapbox I have clustered markers on my map. When I zoom the dispatch work but without any position animation.

Is it possible to do it ?

도움이 되었습니까?

해결책

This capability isn't built into the SDK, but you might be able to do it with animations yourself. Have a look at the RMQuadTree class, which manages the clusters, and then consider showing the animation by transitioning between the clustered and unclustered state.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top