Tagged Questions
1
vote
1answer
181 views
ESRI android SDK Calculate area in square meters from polygon geometry
Hello I have a Polygon object in ESRI Android SDK that I'm creating on a map, I would like to calculate that polygon object to square meters.
currently I use
double area=polygon.calculateArea2D();
...
