Hi everyone,
I’m trying to create with ThinkGeo.Android a visualization similar to Google Earth, where several popups appear around a central point , each one connected by a line to its corresponding feature.
In my case, I’m using GetFeaturesNearby() to retrieve the features around a given location. For each nearby feature, I’d like to:
- Display a popup (showing its name or attributes), and
- Draw a line from the popup back to the feature’s location,
so that all popups are arranged in a “star” layout around the clicked point.
Could anyone please advise on how to best implement this with ThinkGeo?
In particular, what’s the best way to handle the popup positioning and the connecting lines?
Thanks a lot for any ideas or examples!
Best Regards,
