Drawing obstacles inside a location

Hi,

I have most of a project setup, and am now at the point where a client want’s to draw simple obstacles inside a given location for our indoor way-finding search to avoid.

From what I could see there is no means to draw a polygon within an EILIndoorLocationView using the indoor location SDK.

Is there any configuration or properties that can give me the scale/ratio of pt : meters so that I can use the current drawing methods to draw a to-scale overlay? I have an EILOrientedPoint that represents each obstacle’s center point, and I have the bounds of each obstacle in a series of meter-based CGPoint values: i.e.

// Nailed down table
[{0,0},{0,5},{2.5,5},{2.5,0}]
// Center room Art installation
[{0,0},{0,1.25},{0.5,1.25},{0.5,0}]

what I would like to do is be able to tell a polygon to draw each line at the same scale the indoor location view uses to draw the walls etc

Have checked docs and forums, but unable to find any specific reference to the drawing scale you are using.

Any input greatly appreciated.

Cheers,

Michael

1 Like

Hey… please if figured it out, share your approach.
Thanks!