asha
asha

Reputation: 3

How to calculate the area between four different gps co-ordinates points in android

I have a four different gps co-ordinates how to calculate area between them using lat long values.

Upvotes: 0

Views: 157

Answers (1)

antonio
antonio

Reputation: 18262

You can use the SphericalUtil.computeArea method from the Google Maps Android API Utility Library.

Upvotes: 1

Related Questions