I'm using the semi-new Devexpress Map Control to draw polygons (that I call areas). I need to calculate the area of a polygon just by giving the points of that area.
My problem is Devexpress doesn't have a method to do that yet, so, I want to know if anybody know how can I calculate that are, giving latitude and logitude of some points.
I found some example explaining it with small coordinates like 1.1, 2.2... But with real world coordinates we have in some cases 39.012412312 and -08.12412312.
Thanks in advance