Distance property not available in Swift?

I have gone through number of posts to calculate distance using distance property defined in ESTBeacon.h in Estimote SDK, but I am not able to find the distance property in ESTBeacon.h in swift.Please help me.

Regards,
Mandy

@Mandeep_Kaur, ESTBeacon is based on Core Location’s CLBeacon class. Hence, you are able to receive either accuracy or proximity value. However, fetching beacon distance value is not possible. Feel encouraged to implement your own calculating distance method, based on available ESTBeacon values. :wink:

@arek, ESTBeacon class defined in cocoapods has the defined property of distance.However, it is not available with the latest version of ESTBeacon class.The distance property provides the distance based on accuracy and rssi value.Do you have any idea about it?