Linking objects

Hello!
I have a question: how to link objects?
I would like to have special places on my map that can lead to multiple other objects. What would be the best approach ti implement this? I would prefer solution that actually shows graphicaly what object points to…
thanks!

At the moment there is no built-in solution for linking objects, though it is planned.

One approach to have it visual would be to use polyline objects to draw the connections. But you’ll currently have to combine this with some custom properties to specify what is linked to what, either based on object names of your choosing or based on the object IDs (names are currently easier to work with, but you’ll have to make sure they are unique).