Convert Indoor Location X,Y Position into meter?

Hello Team,

I am working on Estimote indoor location SDK. I am getting X,Y coordinates so what the mathematical value of coordinates . so How can i convert X,Y coordinates in meters,inches etc…?

Waiting for reply !!!

Regards,
Rushabh

ESTIndoorLocationManagerDelegate returns ESTOrientatedPoint which contains x, y coordinates within given location. Its values are given in meters.

1 Like