<?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: How do i set different icons to markers of a same feature layer  in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-i-set-different-icons-to-markers-of-a-same/m-p/86623#M660</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;like this:&lt;/P&gt;&lt;P&gt;UniqueValueRenderer uniqueRenderer = new UniqueValueRenderer();&lt;BR /&gt; uniqueRenderer.setField1(attribute name);&lt;BR /&gt; uniqueRenderer.setDefaultSymbol(symbol);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; UniqueValue value = new UniqueValue();&lt;BR /&gt; value.setValue(new Object[]{attribute value});&lt;BR /&gt; value.setSymbol(&lt;SPAN&gt;symbol&lt;/SPAN&gt;);&lt;BR /&gt; uniqueRenderer.addUniqueValue(value);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; value = new UniqueValue();&lt;BR /&gt; value.setValue(new Object[]{attribute value});&lt;BR /&gt; value.setSymbol(&lt;SPAN&gt;symbol&lt;/SPAN&gt;);&lt;BR /&gt; uniqueRenderer.addUniqueValue(value);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc.&lt;BR /&gt; featureLayer.setRenderer(uniqueRenderer);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jul 2018 01:32:09 GMT</pubDate>
    <dc:creator>左国振</dc:creator>
    <dc:date>2018-07-05T01:32:09Z</dc:date>
    <item>
      <title>How do i set different icons to markers of a same feature layer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-i-set-different-icons-to-markers-of-a-same/m-p/86620#M657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have a feature layer in which based on an attribute value i have to set different icons to the layers point,is this possible in esri android sdk 10.12...if yes please help&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2018 06:42:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-i-set-different-icons-to-markers-of-a-same/m-p/86620#M657</guid>
      <dc:creator>AsifIsmail</dc:creator>
      <dc:date>2018-07-03T06:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: How do i set different icons to markers of a same feature layer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-i-set-different-icons-to-markers-of-a-same/m-p/86621#M658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can try the class UniqueValueRenderer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2018 13:47:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-i-set-different-icons-to-markers-of-a-same/m-p/86621#M658</guid>
      <dc:creator>左国振</dc:creator>
      <dc:date>2018-07-04T13:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: How do i set different icons to markers of a same feature layer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-i-set-different-icons-to-markers-of-a-same/m-p/86622#M659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;explain please&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2018 15:44:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-i-set-different-icons-to-markers-of-a-same/m-p/86622#M659</guid>
      <dc:creator>AsifIsmail</dc:creator>
      <dc:date>2018-07-04T15:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: How do i set different icons to markers of a same feature layer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-i-set-different-icons-to-markers-of-a-same/m-p/86623#M660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;like this:&lt;/P&gt;&lt;P&gt;UniqueValueRenderer uniqueRenderer = new UniqueValueRenderer();&lt;BR /&gt; uniqueRenderer.setField1(attribute name);&lt;BR /&gt; uniqueRenderer.setDefaultSymbol(symbol);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; UniqueValue value = new UniqueValue();&lt;BR /&gt; value.setValue(new Object[]{attribute value});&lt;BR /&gt; value.setSymbol(&lt;SPAN&gt;symbol&lt;/SPAN&gt;);&lt;BR /&gt; uniqueRenderer.addUniqueValue(value);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; value = new UniqueValue();&lt;BR /&gt; value.setValue(new Object[]{attribute value});&lt;BR /&gt; value.setSymbol(&lt;SPAN&gt;symbol&lt;/SPAN&gt;);&lt;BR /&gt; uniqueRenderer.addUniqueValue(value);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc.&lt;BR /&gt; featureLayer.setRenderer(uniqueRenderer);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2018 01:32:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-i-set-different-icons-to-markers-of-a-same/m-p/86623#M660</guid>
      <dc:creator>左国振</dc:creator>
      <dc:date>2018-07-05T01:32:09Z</dc:date>
    </item>
  </channel>
</rss>

