<?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 How to display features of a point using arcgis-android:10.2.9? in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-display-features-of-a-point-using-arcgis/m-p/660753#M4550</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've this&amp;nbsp;piece of code:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;final &lt;/SPAN&gt;ArcGISDynamicMapServiceLayer arcGISFeatureLayer = &lt;SPAN style="color: #000080; font-weight: bold;"&gt;new &lt;/SPAN&gt;ArcGISDynamicMapServiceLayer(URL, &lt;SPAN style="color: #000080; font-weight: bold;"&gt;null&lt;/SPAN&gt;, userCredentials);&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;and my URL is&amp;nbsp;&amp;nbsp;&lt;A href="http://is.bramar.net/arcgis/rest/services/SocioEconomics/OutorgaAESA/MapServer" title="http://is.bramar.net/arcgis/rest/services/SocioEconomics/OutorgaAESA/MapServer"&gt;SocioEconomics/OutorgaAESA (MapServer)&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The map is showing good (like on attachment), but I can't figure out how can I&amp;nbsp;can click on a specific point of map and&amp;nbsp;display the features.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;On Google Maps SDK for Android I know a method like onMarkerClick(Marker marker...).&amp;nbsp;But I didn't see anything like this on ArcGIS SDK (for took the info about the point, not just the latitude and longitude).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Jun 2017 20:15:40 GMT</pubDate>
    <dc:creator>PedroFrancisco_de_Sousa_Neto</dc:creator>
    <dc:date>2017-06-30T20:15:40Z</dc:date>
    <item>
      <title>How to display features of a point using arcgis-android:10.2.9?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-display-features-of-a-point-using-arcgis/m-p/660753#M4550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've this&amp;nbsp;piece of code:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;final &lt;/SPAN&gt;ArcGISDynamicMapServiceLayer arcGISFeatureLayer = &lt;SPAN style="color: #000080; font-weight: bold;"&gt;new &lt;/SPAN&gt;ArcGISDynamicMapServiceLayer(URL, &lt;SPAN style="color: #000080; font-weight: bold;"&gt;null&lt;/SPAN&gt;, userCredentials);&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;and my URL is&amp;nbsp;&amp;nbsp;&lt;A href="http://is.bramar.net/arcgis/rest/services/SocioEconomics/OutorgaAESA/MapServer" title="http://is.bramar.net/arcgis/rest/services/SocioEconomics/OutorgaAESA/MapServer"&gt;SocioEconomics/OutorgaAESA (MapServer)&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The map is showing good (like on attachment), but I can't figure out how can I&amp;nbsp;can click on a specific point of map and&amp;nbsp;display the features.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;On Google Maps SDK for Android I know a method like onMarkerClick(Marker marker...).&amp;nbsp;But I didn't see anything like this on ArcGIS SDK (for took the info about the point, not just the latitude and longitude).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 20:15:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-display-features-of-a-point-using-arcgis/m-p/660753#M4550</guid>
      <dc:creator>PedroFrancisco_de_Sousa_Neto</dc:creator>
      <dc:date>2017-06-30T20:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to display features of a point using arcgis-android:10.2.9?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-display-features-of-a-point-using-arcgis/m-p/660754#M4551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/274786"&gt;Pedro Francisco de Sousa Neto&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe you want to use the identify task:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/android/10-2/api-reference/reference/com/esri/core/tasks/identify/IdentifyTask.html" title="https://developers.arcgis.com/android/10-2/api-reference/reference/com/esri/core/tasks/identify/IdentifyTask.html"&gt;IdentifyTask | ArcGIS Android 10.2.9 API&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This sample should help you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/android/10-2/sample-code/identify-task/" title="https://developers.arcgis.com/android/10-2/sample-code/identify-task/"&gt;Identify Task | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you have any further questions after reviewing the above documentation.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 16:28:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-display-features-of-a-point-using-arcgis/m-p/660754#M4551</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2017-07-10T16:28:13Z</dc:date>
    </item>
  </channel>
</rss>

