Indoor location to find another beacon

Can I use indoor location to find another beacon and show it on the map?

Not at this moment. The only trick that comes to my mind is:

  1. Start Indoor Location.
  2. Start scanning for other (non-indoor) beacons using the regular Estimote SDK.
  3. If the regular SDK detected a beacon very close to you, read the (x,y) from the Indoor Location SDK and mark the beacon on the map.

How to read the (x,y) from the Indoor Location SDK for the regular SDK detected beacon?

My suggestion was about reading the (x,y) of your phone—if there’s a regular beacon very close to to the phone, this would be an approximation of the beacon’s position.