Reputation: 3
I have a four different gps co-ordinates how to calculate area between them using lat long values.
Upvotes: 0
Views: 157
Reputation: 18262
You can use the SphericalUtil.computeArea
method from the Google Maps Android API Utility Library.
Upvotes: 1