Declined
Last Updated: 03 Mar 2016 11:44 by Sergiu
Sergiu
Created on: 15 Feb 2016 13:31
Category: UI for Silverlight
Type: Feature Request
0
Map: show pushins when many items have the same coordinates
We have an application that uses Maps with clustering enabled. So when we zoom in to the max, if we have many items with the same coordinates (or very very close, for example phones with GPS coords within the same house/room), they are still displayed as clustered, or when the clustering is disabled they overlap. Is there a way to show all the different pushpins inside of such a cluster?

2 comments
Sergiu
Posted on: 03 Mar 2016 11:29
Thanks Petar,
The clustering expansion actually does pretty much what I need.
ADMIN
Petar Mladenov
Posted on: 03 Mar 2016 10:11
Clusters in RadMap support expansion. Please read more in the article. 
http://docs.telerik.com/devtools/wpf/controls/radmap/features/visualization-layer/heatures-clustering.html 

If you need automatic expansion, then you will probably need the Clusters collection to be public in order to iterate and decide whether to expand a given cluster. Making a public Clusters collection is actually in our future plans. Just let us know whether this is a good option for you.