Distance from EILIndoorLocationManager

Hi

The demo on EILIndoorLocationManager gives a string “x: %5.2f, y: %5.2f, orientation: %3.0f, accuracy: %@”,position.x, position.y, position.orientation, accuracy stating the coordinate information.

I have a few questions regarding the understanding of this line:

  1. Do x,y show how far you are from the starting corner?
  2. Is the starting corner considered to be 0,0?
  3. Is there a way I can plot a simple 2D diagram using the collected x,y,orientation and accuracy values?
  4. The acquired x,y coordinates are not the same overtime I record them. Is there a way to get better results?

Thank you and appreciate the help