Show were user has been - map trail

@heypiotr - I want to show high traffic vs low traffic areas of a store for example. I understand that I’ll need to aggregate that data to our cloud back end to determine traffic areas. My question is, how can I show the x y coordinates of everywhere a specific user has been using the Indoor Location SDK?

You could simply store every single (x,y) obtained from Indoor through the didDeterminePosition, together with the user’s ID and a timestamp of the event—and then periodically send that to your backend for post-processing. What do you think?