Is there any class for GPS area calculate?
you can calculate area of the resulting parallelogram of two vectors by recording three points: 1) starting point A 2) point B 3) point C
Get the two vectors AB and AC [B(x,y)-A(x,y) = AB(x,y)]
Area is || AB X AC || !