EILLocation length and width?

I want to find the length and width of the location object.
But could not find any methods on the EILLocation class.
Is it possible any other way?

Hi akshay1188!

Look at those two properties of EILLocation: boundingBox which describes bounding box of the location in local coordinate system and polygon which describes point by point the shape of the location.

Hope this helps! :slight_smile:

really helpful. thanks