Indoor map without icons of beacons on each wall

Hi everyone,

I hope you are well.
I am searching but still not find something similar.
I want to know if it’s possible to hide beacon icons in our custom indoor map generated by your SDK ?

See picture below to understand what I search to realize : image

In advance thank you and don’t hesitate if you need more information.

Kind Regards,

The showBeacons property of the EILIndoorLocationView is what you’re looking for (:

1 Like

Thank you in fact it was that. Nice one.

I have another question which is : if i want another beacon (located in the middle of the room) with another image/icon stays visible is it possible ? See what i want in the screen below :
image

In advance thank you.

Kind Regards,

You’re now looking for the drawObjectInForeground method (:

Just create an UIImageView with an image you want to use, and pass it to this method.

1 Like

Hi,

thank you very much. Nice one again!

Kind Regards,

1 Like

What about in Android?

Is there any attribute to hide beacon in Android SDK ‘com.estimote:indoorsdk:2.0.0’?