<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Heatmap &amp; Cluster layers support in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/heatmap-cluster-layers-support/m-p/125116#M1417</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, you can do this. Keep in mind you'll be running on mobile devices with differing CPU, GPU and memory capabilities.&amp;nbsp;The GraphicsOverlay has two modes: dynamic and static. Dynamic redraws dynamically and makes use of GPU processing and memory to do this. Static mode only redraws when navigation is complete and makes use of CPU processing to do this. You can read more about these considerations here:&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/net/10-2/desktop/guide/performance-considerations.htm" title="https://developers.arcgis.com/net/10-2/desktop/guide/performance-considerations.htm"&gt;Performance considerations—ArcGIS Runtime SDK for .NET | ArcGIS for Developers&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also note, I think that sample creates display text via the labelling API, which is not yet available in the the v100 API, but is on the roadmap for a release in 2017. Instead you will need to use TextSymbols. That's not really a problem since you don't&amp;nbsp;actually need any of the advanced de-confliction or de-duplication capabilities of the labelling API in this scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Dec 2016 17:09:52 GMT</pubDate>
    <dc:creator>MichaelBranscomb</dc:creator>
    <dc:date>2016-12-14T17:09:52Z</dc:date>
    <item>
      <title>Heatmap &amp; Cluster layers support</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/heatmap-cluster-layers-support/m-p/125099#M1400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to know when the Heatmap and Cluster layers will be supported (ported?) into the Runtime .net SDK and if it is anytime soon.&lt;/P&gt;&lt;P&gt;Also if this is something that will take time, what are the best alternatives with the current supported capabilities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Itamar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 12:17:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/heatmap-cluster-layers-support/m-p/125099#M1400</guid>
      <dc:creator>ItamarKcholi</dc:creator>
      <dc:date>2015-02-10T12:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Heatmap &amp; Cluster layers support</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/heatmap-cluster-layers-support/m-p/125100#M1401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would also like to know the road map for these two items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand the .Net renderer can handle more items on the map, and clustering may be less priority now for some. But it also reduces the visual clutter on them map and I would like to see it in the SDK at some point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 16:48:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/heatmap-cluster-layers-support/m-p/125100#M1401</guid>
      <dc:creator>JoshuaTharp</dc:creator>
      <dc:date>2015-04-23T16:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Heatmap &amp; Cluster layers support</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/heatmap-cluster-layers-support/m-p/125101#M1402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am also very interested in both features (specifically clusters), as it is a feature I would like to use right away.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 21:44:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/heatmap-cluster-layers-support/m-p/125101#M1402</guid>
      <dc:creator>JeffLaFrenz</dc:creator>
      <dc:date>2015-05-26T21:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Heatmap &amp; Cluster layers support</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/heatmap-cluster-layers-support/m-p/125102#M1403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A cluster renderer and a heatmap layer are both on the roadmap but the current timeframe for these is probably the first half of next year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding alternatives to the heatmap layer in the previous WPF API, if you are using the Windows Desktop API you will find the LocalServer includes a number Gepprocessing tools which offer various density analyses: &lt;A href="https://developers.arcgis.com/net/desktop/guide/local-server-geoprocessing-tools-support.htm" style="line-height: 1.5;" title="https://developers.arcgis.com/net/desktop/guide/local-server-geoprocessing-tools-support.htm"&gt;Local Server geoprocessing tools support—ArcGIS Runtime SDK for .NET | ArcGIS for Developers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And for more information on these tools see: &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/An_overview_of_the_Mapping_Clusters_toolset/005p0000000w000000/" title="http://resources.arcgis.com/en/help/main/10.2/index.html#/An_overview_of_the_Mapping_Clusters_toolset/005p0000000w000000/"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt;​&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll give some thought to your options for a cluster renderer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 13:19:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/heatmap-cluster-layers-support/m-p/125102#M1403</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2015-05-27T13:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Heatmap &amp; Cluster layers support</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/heatmap-cluster-layers-support/m-p/125103#M1404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/23849"&gt;Itamar Kcholi&lt;/A&gt;​, &lt;A href="https://community.esri.com/migrated-users/32396"&gt;Joshua Tharp&lt;/A&gt;​, &lt;A href="https://community.esri.com/migrated-users/64855"&gt;Jeff LaFrenz&lt;/A&gt;​,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can you tell me more about your requirements for clustering?&lt;/P&gt;&lt;P&gt;- What data sources / layers do you you have which you would like to be clustered? e.g. geodatabase? shapefile? graphics? feature service? or any/all of the above?&lt;/P&gt;&lt;P&gt;- How many objects approx are in your layer(s)? e.g. 1000? 10,000? 100,000? More?&lt;/P&gt;&lt;P&gt;- What would you like to happen when the user clicks a cluster?&lt;/P&gt;&lt;P&gt;- Would you expect there to be animated behavior on mouse down/click/over?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 15:58:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/heatmap-cluster-layers-support/m-p/125103#M1404</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2015-06-01T15:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Heatmap &amp; Cluster layers support</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/heatmap-cluster-layers-support/m-p/125104#M1405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael, I am replying on behalf of Jeff Lafrenz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For our usage, we would be clustering Graphics or a Geodatabase. 1000 - 10,000 objects. When a user clicks on a cluster we'd expect an event with all of the objects in that cluster to be raised. For an initial release, we don't require any animation with interacting with a cluster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 19:53:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/heatmap-cluster-layers-support/m-p/125104#M1405</guid>
      <dc:creator>DanielSabourin</dc:creator>
      <dc:date>2015-06-01T19:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Heatmap &amp; Cluster layers support</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/heatmap-cluster-layers-support/m-p/125105#M1406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We don't have the same requirements for the number of objects, but an event with the items would be nice. Suppose this could then be put into an overlay of some such. The animation in the clusterer in the WPF SDK was not really something I found helpful. I want to be able to display additional information about the features, and maybe not always just display the objects like before.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 19:24:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/heatmap-cluster-layers-support/m-p/125105#M1406</guid>
      <dc:creator>BjørnarSundsbø</dc:creator>
      <dc:date>2015-06-05T19:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Heatmap &amp; Cluster layers support</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/heatmap-cluster-layers-support/m-p/125106#M1407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In response to Michael's request for requirements:&lt;/P&gt;&lt;P&gt;- All of our points will be read from the enterprise geodatabase (SQL Server), and we would like to cluster multiple layers (6-8 query/feature layers), all containing points.&amp;nbsp; We never used Flex or Silverlight here, however the examples we've seen from both are exactly what we're looking for.&lt;/P&gt;&lt;P&gt;- We are trying to cluster less than 50,000 points, and I see the likely number of points being something more like 500-2,000 points as we're filtering all layers.&amp;nbsp; Some of our filtering could produce points near the 10,000 range, and if we were to fumble and display all the points at once they would number just under 50,000.&amp;nbsp; Our use case is not to make the map faster by reducing points, but to make the points easy/possible to tap on by flaring them out.&lt;/P&gt;&lt;P&gt;- All we need to have happen, is when the user clicks(taps) a cluster of points is for them to spread/spider out.&amp;nbsp; They should then be able to tap a point to see the point's popup window.&amp;nbsp; We have tons of points that share the exact same lat/long, and we can't have points being hidden behind others eg: "oh that business operation wasn't performed because we didn't know anything was there.".&lt;/P&gt;&lt;P&gt;- I wouldn't mind having an optional explode/spider effect on hover as we would use it. However, I can see users with even more points finding an explode on hover feature that cannot be turned off to be problematic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example of the cluster flare I've been referring to: &lt;A href="http://help.arcgis.com/en/webapi/silverlight/help/index.html#//016600000008000000" title="http://help.arcgis.com/en/webapi/silverlight/help/index.html#//016600000008000000"&gt;ArcGIS API for Silverlight&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS - We also have some maps in the JS API that need this too.&amp;nbsp; extras/ClusterLayer from the JS API does not do anything for us as we have tons of points that share lat/long.&amp;nbsp; If used, the users would have to tap through 20-50 popup windows before getting to the point they need.&amp;nbsp; Luckily for now we're still in our research phase and Google Maps will continue to hum along in prod.&amp;nbsp; But, very slowly ESRI maps are being deployed, and eventually we're going to run out of maps to make that don't need some sort of cluster flare.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: I believe operationally we could benefit from information gained from heatmaps as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 20:40:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/heatmap-cluster-layers-support/m-p/125106#M1407</guid>
      <dc:creator>MichaelCaruana</dc:creator>
      <dc:date>2015-06-05T20:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Heatmap &amp; Cluster layers support</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/heatmap-cluster-layers-support/m-p/125107#M1408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How are you? &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;BR /&gt;I'm writing on behalf of &lt;A href="https://community.esri.com/migrated-users/23849"&gt;Itamar Kcholi&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our clustering needs are pretty straightforward:&lt;BR /&gt;We have several tens of thousands (&amp;lt; 50K) of graphics.&lt;/P&gt;&lt;P&gt;We would like the cluster to display the number of graphics it contains and when the user clicks a cluster in the map - to get an event with a list of Graphics in that cluster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Miri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 08:50:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/heatmap-cluster-layers-support/m-p/125107#M1408</guid>
      <dc:creator>MiriRevivo2</dc:creator>
      <dc:date>2015-06-17T08:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Heatmap &amp; Cluster layers support</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/heatmap-cluster-layers-support/m-p/125108#M1409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great to see you on the forums again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for the info on your clustering requirements - I have added this to the information provided by other users above. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 09:55:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/heatmap-cluster-layers-support/m-p/125108#M1409</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2015-06-17T09:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Heatmap &amp; Cluster layers support</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/heatmap-cluster-layers-support/m-p/125109#M1410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;Would you please confirm the exact timeline for supporting clustering? Our mobile solution really needs clustering.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 19:32:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/heatmap-cluster-layers-support/m-p/125109#M1410</guid>
      <dc:creator>EdnaMenon</dc:creator>
      <dc:date>2016-03-21T19:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Heatmap &amp; Cluster layers support</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/heatmap-cluster-layers-support/m-p/125110#M1411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As previously mentioned, we're working on proper support for clustering in the ArcGIS Runtime core... but in the meantime, we've included a clustering sample in our Dev Summit 2016 Tips and Tricks session - available here: &lt;A href="http://www.arcgis.com/home/item.html?id=71e82397445a47629e45f15161ca4761" title="http://www.arcgis.com/home/item.html?id=71e82397445a47629e45f15161ca4761"&gt;http://www.arcgis.com/home/item.html?id=71e82397445a47629e45f15161ca4761&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just remember, it should be good for 10s of thousands graphics, but exercise caution beyond that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 20:51:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/heatmap-cluster-layers-support/m-p/125110#M1411</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2016-03-22T20:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Heatmap &amp; Cluster layers support</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/heatmap-cluster-layers-support/m-p/125111#M1412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Michael for the update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have a more specific date for supporting clustering in Windows .NET SDK?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, when do you plan to support clustering in iOS and Android SDKs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edna Menon&lt;/P&gt;&lt;P&gt;Senior Product Manager&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Telephone (604) 214-9700 x 331&lt;/P&gt;&lt;P&gt;Toll free (866) 915-0088&lt;/P&gt;&lt;P&gt;Mobile (778) 866-7486&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transforming Utility Field Operations&lt;/P&gt;&lt;P&gt;www.clevest.com&amp;lt;www.clevest.com%20&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;http://www.linkedin.com/company/clevest&amp;gt;   &amp;lt;https://twitter.com/Clevest&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 21:27:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/heatmap-cluster-layers-support/m-p/125111#M1412</guid>
      <dc:creator>EdnaMenon</dc:creator>
      <dc:date>2016-03-22T21:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Heatmap &amp; Cluster layers support</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/heatmap-cluster-layers-support/m-p/125112#M1413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When clustering is implemented in ArcGIS Runtime, it will be available in all the SDKs (.NET, Xamarin, Android, iOS, Qt, Java...). Unfortunately I do not have a specific date for that functionality at this time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 00:28:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/heatmap-cluster-layers-support/m-p/125112#M1413</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2016-03-23T00:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Heatmap &amp; Cluster layers support</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/heatmap-cluster-layers-support/m-p/125113#M1414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Mike for your prompt response. Clustering is very important for our Mobile Workforce Management customers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clevest MWFM software is used by utility technicians to complete their work in the field and by the office users, such as dispatchers, to assign work to the technicians.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our applications tightly integrate with Esri technology and our WorkBook (mobile) app won Esri’s Best Mobile Application award in 2014: http://www.esri.com/esri-news/releases/14-1qtr/esri-honors-outstanding-partners-at-the-2014-epc &amp;amp; http://www.clevest.com/blog/news/2014/clevest-wins-best-mobile-application-award-esri/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Case for Clustering:&lt;/P&gt;&lt;P&gt;With the new .NET SDK (and in Android or iOS SDKs), there is no visual identification for the Clevest WorkBook users whether there are multiple work Orders at the same location. This impacts the technician’s productivity since he needs to visually determine the priority of his work based on the number of work orders at a location. Currently, he has to tap or click on the Order icon to see whether there are multiple Orders at the same location, which is not very efficient– see screenshot below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the end of the month and beginning of the month, when people move in/out, there are at least 2 orders at the same location for Meter Disconnect (for the customer moving out), and a Meter Connect (for the customer moving in). If the location is a multi-dwelling building, there might be a dozen orders at the same location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the previous Windows SDK, WorkBook users could easily visualize the # of work Orders at a location and could then make a decision based on # of Orders by locations:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way you can find out from your Product Management group when exactly Clustering will be implemented so I, as the Product Manager for the Clevest MWFM solution, can ensure we have development resources lined up to support this long-awaited feature in our WorkBook applications when Esri starts supporting this feature?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help is greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindest regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edna Menon&lt;/P&gt;&lt;P&gt;Senior Product Manager&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Telephone (604) 214-9700 x 331&lt;/P&gt;&lt;P&gt;Toll free (866) 915-0088&lt;/P&gt;&lt;P&gt;Mobile (778) 866-7486&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transforming Utility Field Operations&lt;/P&gt;&lt;P&gt;www.clevest.com&amp;lt;www.clevest.com%20&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;http://www.linkedin.com/company/clevest&amp;gt;   &amp;lt;https://twitter.com/Clevest&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2016 13:21:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/heatmap-cluster-layers-support/m-p/125113#M1414</guid>
      <dc:creator>EdnaMenon</dc:creator>
      <dc:date>2016-03-25T13:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Heatmap &amp; Cluster layers support</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/heatmap-cluster-layers-support/m-p/125114#M1415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Edna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recommend looking at the point clustering sample included here: &lt;A href="http://www.arcgis.com/home/item.html?id=71e82397445a47629e45f15161ca4761" title="http://www.arcgis.com/home/item.html?id=71e82397445a47629e45f15161ca4761"&gt;http://www.arcgis.com/home/item.html?id=71e82397445a47629e45f15161ca4761&lt;/A&gt;. The clustering code in that sample is based on the same clustering algorithm we used in the older ArcGIS API for SilverLight / ArcGIS Runtime SDK for WPF. It just doesn't provide animated flare-out we used to have in the SL/WPF API.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 May 2016 00:07:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/heatmap-cluster-layers-support/m-p/125114#M1415</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2016-05-14T00:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Heatmap &amp; Cluster layers support</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/heatmap-cluster-layers-support/m-p/125115#M1416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to rewrite this sample for Xamarin. Do you think this could be done?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 01:23:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/heatmap-cluster-layers-support/m-p/125115#M1416</guid>
      <dc:creator>ThomasArnold</dc:creator>
      <dc:date>2016-12-14T01:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Heatmap &amp; Cluster layers support</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/heatmap-cluster-layers-support/m-p/125116#M1417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, you can do this. Keep in mind you'll be running on mobile devices with differing CPU, GPU and memory capabilities.&amp;nbsp;The GraphicsOverlay has two modes: dynamic and static. Dynamic redraws dynamically and makes use of GPU processing and memory to do this. Static mode only redraws when navigation is complete and makes use of CPU processing to do this. You can read more about these considerations here:&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/net/10-2/desktop/guide/performance-considerations.htm" title="https://developers.arcgis.com/net/10-2/desktop/guide/performance-considerations.htm"&gt;Performance considerations—ArcGIS Runtime SDK for .NET | ArcGIS for Developers&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also note, I think that sample creates display text via the labelling API, which is not yet available in the the v100 API, but is on the roadmap for a release in 2017. Instead you will need to use TextSymbols. That's not really a problem since you don't&amp;nbsp;actually need any of the advanced de-confliction or de-duplication capabilities of the labelling API in this scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 17:09:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/heatmap-cluster-layers-support/m-p/125116#M1417</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2016-12-14T17:09:52Z</dc:date>
    </item>
  </channel>
</rss>

