I\'ve got a series of Location / GeoPoint objects that form a polygon in my Android app. I wonder if there\'s any way to calculate the area covered
Location
GeoPoint
If you want to do it yourself, the way to calculate any polygn area knowing the corrdinates is explained in Polygon.
You can find a more comprehensive explanation in How to Calculate the Area of a Polygon under the topic Irregular Polygons
Irregular Polygons