My android application loads some markers on an overlay on a MapView.
Markers are placed based on a dynamic list of GeoPoints.
I want to move the center of the map and zoom in with most of the elements.
Naively, I can calculate the superposition of all points, but I would like to remove points that are very far from the mass of points from the calculation.
Is there any way to calculate this? (e.g. probability, statistics ..?)
Itsik source
share