Issue
Is there any code for Point Clustering in android? How can i load thousand pinpoint without having performance issues?
Solution
Last night i got into PointClustering on Android MapView. Saw that there was nothing out for the community so i would like to share.
Groups the geopoints if the projection of them in the mapView is too close. Also renders only the visible poins.
UPDATE
Code reworked from scrach.
Now available at GitHub
- Code Reworked from scratch
- Used GVM clustering algorithm (pretty fast but doesn't position clustered point as good as mine)
- Soon to add previous clustering algorithm too
Answered By - weakwire
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.