<?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: Change icon of device location in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/change-icon-of-device-location/m-p/1027407#M5433</link>
    <description>&lt;P&gt;Hi GuilhermeFernandes,&lt;/P&gt;&lt;P&gt;You can change the default symbol for location display by setting a Custom Symbol.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/android/api-reference/reference/com/esri/arcgisruntime/mapping/view/LocationDisplay.html#setDefaultSymbol(com.esri.arcgisruntime.symbology.Symbol)" target="_blank"&gt;https://developers.arcgis.com/android/api-reference/reference/com/esri/arcgisruntime/mapping/view/LocationDisplay.html#setDefaultSymbol(com.esri.arcgisruntime.symbology.Symbol)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="java"&gt;SimpleMarkerSymbol defaultSms = new SimpleMarkerSymbol(SimpleMarkerSymbol.Style.TRIANGLE, Color.BLUE, 30);
        locationDisplay.setDefaultSymbol(defaultSms);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;Rama&lt;/P&gt;</description>
    <pubDate>Wed, 17 Feb 2021 00:22:18 GMT</pubDate>
    <dc:creator>RamaChintapalli</dc:creator>
    <dc:date>2021-02-17T00:22:18Z</dc:date>
    <item>
      <title>Change icon of device location</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/change-icon-of-device-location/m-p/1027172#M5429</link>
      <description>&lt;P&gt;I started programming with android studio and arcgis not long ago, and I'm facing some problems related to ArcGis.&lt;/P&gt;&lt;P&gt;I implemented the following tutorial in my application:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/android/java/sample-code/display-device-location/" rel="nofollow noreferrer" target="_blank"&gt;https://developers.arcgis.com/android/java/sample-code/display-device-location/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Everything worked perfectly, however I am not able to change the icon of the device location when I click in RECENTER for example. Can someone help me? It's probably something simple that I'm missing.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2021 15:16:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/change-icon-of-device-location/m-p/1027172#M5429</guid>
      <dc:creator>GuilhermeFernandes</dc:creator>
      <dc:date>2021-02-16T15:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Change icon of device location</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/change-icon-of-device-location/m-p/1027407#M5433</link>
      <description>&lt;P&gt;Hi GuilhermeFernandes,&lt;/P&gt;&lt;P&gt;You can change the default symbol for location display by setting a Custom Symbol.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/android/api-reference/reference/com/esri/arcgisruntime/mapping/view/LocationDisplay.html#setDefaultSymbol(com.esri.arcgisruntime.symbology.Symbol)" target="_blank"&gt;https://developers.arcgis.com/android/api-reference/reference/com/esri/arcgisruntime/mapping/view/LocationDisplay.html#setDefaultSymbol(com.esri.arcgisruntime.symbology.Symbol)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="java"&gt;SimpleMarkerSymbol defaultSms = new SimpleMarkerSymbol(SimpleMarkerSymbol.Style.TRIANGLE, Color.BLUE, 30);
        locationDisplay.setDefaultSymbol(defaultSms);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;Rama&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 00:22:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/change-icon-of-device-location/m-p/1027407#M5433</guid>
      <dc:creator>RamaChintapalli</dc:creator>
      <dc:date>2021-02-17T00:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Change icon of device location</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/change-icon-of-device-location/m-p/1028454#M5435</link>
      <description>&lt;P&gt;Thanks Rama.&amp;nbsp;Worked perfectly. Worked perfectly. In that case, you added a triangle to the location. Is it possible to add an image?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 12:34:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/change-icon-of-device-location/m-p/1028454#M5435</guid>
      <dc:creator>GuilhermeFernandes</dc:creator>
      <dc:date>2021-02-19T12:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Change icon of device location</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/change-icon-of-device-location/m-p/1028465#M5437</link>
      <description>&lt;P&gt;Take a look at PictureMarkerSymbol&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/android/api-reference/reference/com/esri/arcgisruntime/symbology/PictureMarkerSymbol.html" target="_blank"&gt;https://developers.arcgis.com/android/api-reference/reference/com/esri/arcgisruntime/symbology/PictureMarkerSymbol.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This sample shows how they work.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/arcgis-runtime-samples-android/tree/master/java/picture-marker-symbols" target="_blank"&gt;https://github.com/Esri/arcgis-runtime-samples-android/tree/master/java/picture-marker-symbols&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 13:39:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/change-icon-of-device-location/m-p/1028465#M5437</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2021-02-19T13:39:50Z</dc:date>
    </item>
  </channel>
</rss>

