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();
But I don't know what that geometry's default unit is to convert from..
Anyone know how I can take that Geometry's area and convert to meters squared?
thanks!
