I'm developing a test application and have added an outlet to ESTIndoorLocationView - this is working great, however, when I switch to a new location by calling the drawLocation() method it overlays the new location on top of the old one
Is there a way to remove the previous location from the view? or clear the view?
Hey Kirby, thanks for this! There's definitely a ton of features and improvements to the ESTIndoorLocationView that we could do—and some of which will do.
To go a bit more into the philosophy behind ESTIndoorLocationView: at the end of the day, we probably won't be able to account for every single need out there—our main focus is on Indoor Location's "backbone", i.e. space setup & positioning. The view itself is great to throw a quick demo, but for your own application you'll probably want to end up building your own view components or maybe using some dedicated 3rd party libraries that do the drawing part better than we (as of now at least) could.