Integrating the location map with background map

Hi,

The location map which was built with Location Builder in SDK is only a simple shape. How can integrate it into a real map with other objects, especially in the case that the location map is only a part of the real map (see the attached image).

Thank you,
Tony

Take a look at the documentation of the ESTIndoorLocationView to see how you can customize the map view component:

http://estimote.github.io/iOS-Indoor-SDK/Classes/ESTIndoorLocationView.html

Specifically, you might be interested in the drawObjectInBackground and drawObjectInForeground methods.

For more advanced scenarios, you can build your own map view component, and only rely on the raw (x,y) data from the ESTIndoorLocationManager.

Is there a way to just change the background color?

As of now IndoorLocationView is transparent without option to modify it. Temporary workaround would be to add it as a subview to a view with your background color. Since it won’t work well with rotateOnPositionUpdate expect it in next SDK release!

1 Like

Hi heypiotr,
is it possible to get user current location based on beacons?

Thanks in advance.

1 Like