Estimote / iOS-Indoor-SDK

Estimote Indoor SDK for iOS
MIT License
484 stars 136 forks source link

How to change the beacons image in Indoor View #2

Closed vaidyagourav closed 9 years ago

vaidyagourav commented 9 years ago

How to have custom view or images instead of the beacons place on wall in IndoorView ?

wiktor commented 9 years ago

Right now you cannot change beacon image to something else.

I'll keep it open as we can go in two directions:

vaidyagourav commented 9 years ago

Ok ,Is there any option to name the room(putting label for room like ,Bedroom,kitchen etc) in IndoorView

wiktor commented 9 years ago

It is a View so you can add any subviews to it.

On Mon, Oct 20, 2014 at 11:26 AM, vaidyagourav notifications@github.com wrote:

Ok ,Is there any option to name the room(putting label for room like ,Bedroom,kitchen etc) in IndoorView

Reply to this email directly or view it on GitHub: https://github.com/Estimote/iOS-Indoor-SDK/issues/2#issuecomment-59714237

vaidyagourav commented 9 years ago

Yes, I know its a view . but i want to place inside the boundary of room ,For example The map which is generated has many rooms(like ,Bedroom ,kitchen etc.), I want the label to be inside respective room .Let me know if this clear my question

wiktor commented 9 years ago

Yes. We will be opening a view that draws the location. So this will solve your problem.

On Mon, Oct 20, 2014 at 1:32 PM, vaidyagourav notifications@github.com wrote:

Yes, I know its a view . but i want to place inside the boundary of room ,For example The map which is generated has many rooms(like ,Bedroom ,kitchen etc.), I want the label to be inside respective room .Let me know if this clear my question

Reply to this email directly or view it on GitHub: https://github.com/Estimote/iOS-Indoor-SDK/issues/2#issuecomment-59733718

vaidyagourav commented 9 years ago

so you meant to say ,I can't do it as of now ?

wiktor commented 9 years ago

It's possible but a bit harder. 

You need to add labels to location view. You know all coordinates in ESTLocation object.

On Mon, Oct 20, 2014 at 1:40 PM, vaidyagourav notifications@github.com wrote:

so you meant to say ,I can't do it as of now ?

Reply to this email directly or view it on GitHub: https://github.com/Estimote/iOS-Indoor-SDK/issues/2#issuecomment-59734456

vaidyagourav commented 9 years ago

Ok I will try it and let you know then Thanks,for the help :)