GPS area in Android

后端 未结 2 406
清酒与你
清酒与你 2020-12-16 08:28

Is there any class for GPS area calculate?

2条回答
  •  自闭症患者
    2020-12-16 09:14

    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 || !

提交回复
热议问题