Is it possible to do clustering in ESRI Map?Something like screenshot.
Solved! Go to Solution.
Hi,
It's not included in the SDK, but I have written an implementation for the 10.2.x Runtime: GitHub - nixta/clusterlayer-plugin-ios: A cluster layer extension to the ArcGIS Runtime for iOS
I'm in the process of updating it for the new v100 Runtime but that's still a little way off.
I'm curious. Were you looking for a cluster layer for the old v10.2 Runtime or the new v100 Runtime?
Cheers,
Nick.
Hi,
It's not included in the SDK, but I have written an implementation for the 10.2.x Runtime: GitHub - nixta/clusterlayer-plugin-ios: A cluster layer extension to the ArcGIS Runtime for iOS
I'm in the process of updating it for the new v100 Runtime but that's still a little way off.
I'm curious. Were you looking for a cluster layer for the old v10.2 Runtime or the new v100 Runtime?
Cheers,
Nick.
I've also built a clustering mechanism for graphics. Here's an example of it. I can share the code if there's interest.
Hi Jeff,
you offered to share the code, is it in Swift? May I ask you to see the code?
best, Thomas
Hi Thomas,
It is Swift. You can find it here - GitHub - jeffjax/cluster
Feel free to send me any questions. Haven't looked at it in a while but happy to help out.
Jeff
Hi Jeff,
thank you very much - it works great! Also the the centering of a cluster ic nice. Great work!
best, Thomas
Am 09.05.2017 um 17:14 schrieb Jeff Jackson <geonet@esri.com>:
GeoNet <https://community.esri.com/?et=watches.email.thread>
Re: Clustering in ESRI map
reply from Jeff Jackson <https://community.esri.com/people/jjackson-esristaff?et=watches.email.thread> in ArcGIS Runtime SDK for iOS - View the full discussion <https://community.esri.com/message/685662-re-clustering-in-esri-map?commentID=685662&et=watches.email.thread#comment-685662>
Hi Thomas,
It is Swift. You can find it here - GitHub - jeffjax/cluster <https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fgithub.com%2Fjeffjax%2Fcluster>
Feel free to send me any questions. Haven't looked at it in a while but happy to help out.
Jeff
Reply to this message by replying to this email, or go to the message on GeoNet <https://community.esri.com/message/685662-re-clustering-in-esri-map?commentID=685662&et=watches.email.thread#comment-685662>
Start a new discussion in ArcGIS Runtime SDK for iOS by email <mailto:discussions-community-developers-native
appdevelopers-arcgisruntimesdkforios@mail.geonet.esri.com> or at GeoNet <https://community.esri.com/choose-container.jspa?contentType=1&containerType=14&container=2135&et=watches.email.thread>Following Re: Clustering in ESRI map <https://community.esri.com/message/685662-re-clustering-in-esri-map?commentID=685662&et=watches.email.thread#comment-685662> in these streams: Inbox
This email was sent by GeoNet because you are a registered user.
You may unsubscribe <https://community.esri.com/unsubscribe.jspa?email=info%40madmediaworks.de&token=2a737482b068ecc55380d578547893d5154e3682cc95782cf7d769123fefd893> instantly from GeoNet, or adjust email frequency in your email preferences <https://community.esri.com/user-preferences!input.jspa>
📢
Displaying point feature layer enabled with clustering, published via ArcGIS Pro or ArcGIS Online is now supported in latest version of ArcGIS Maps SDK for Swift version 200.2.
Check out Release Notes to find out what's new and a public sample demonstrating displaying point layer using feature clustering.