Using the Android maps api I'm creating polygons as I collect location data from every third point. The polygons track my position fairly well.
Problem is: Frequently the GPS returns points that are not remotely close especially when working around obstacles.
How can I filter my location data for outliers?
Yes GPS has a hard time with especially around obstacles. Powerlines, buildings, etc. Simply filter them out.