How to add title to beacon?

I had successfully configured beacons and added location json file in my project. Now i want to add title beside each beacon. Please help me on this.

You can use the drawObjectInBackground and drawObjectInForeground methods of the ESTIndoorLocationView to add arbitrary UIView elements (if you want titles, then it could be a UILabel, which derives from UIView) at a specific point (via the “position” argument to the two calls mentioned above).