<?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: Android - get Addr_type param in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/android-get-addr-type-param/m-p/702376#M4931</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should be able to access Addr_type by using the getAttributes() method on the GeocodeResult.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/android/latest/api-reference/reference/com/esri/arcgisruntime/tasks/geocode/GeocodeResult.html#getAttributes()" title="https://developers.arcgis.com/android/latest/api-reference/reference/com/esri/arcgisruntime/tasks/geocode/GeocodeResult.html#getAttributes()"&gt;GeocodeResult| arcgis-android&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will return a collection of all attributes returned for each result based on the locator used. Since the attributes are returned based on the locator being used, we don't have methods to call individual attributes.&amp;nbsp;Please let me know if you have any additional questions.&amp;nbsp;&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;Christa Hash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Feb 2018 18:07:29 GMT</pubDate>
    <dc:creator>ChristaHash</dc:creator>
    <dc:date>2018-02-13T18:07:29Z</dc:date>
    <item>
      <title>Android - get Addr_type param</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/android-get-addr-type-param/m-p/702375#M4930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to get &lt;STRONG&gt;Addr_type&lt;/STRONG&gt; param in geocoding request using LocatorTask class. I'm using Android API&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #aa0d91;"&gt;final&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt; LocatorTask onlineLocator = &lt;/SPAN&gt;&lt;SPAN class="" style="color: #aa0d91;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt; LocatorTask(&lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fgeocode.arcgis.com%2Farcgis%2Frest%2Fservices%2FWorld%2FGeocodeServer" rel="nofollow" target="_blank"&gt;http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;); &lt;/SPAN&gt;&lt;SPAN class="" style="color: #aa0d91;"&gt;final&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt; ListenableFuture&amp;lt;List&amp;lt;GeocodeResult&amp;gt;&amp;gt; geocodeFuture = onlineLocator.geocodeAsync(&lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;"380 New York Street, Redlands, CA"&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;Is there any way to get it?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 09:19:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/android-get-addr-type-param/m-p/702375#M4930</guid>
      <dc:creator>CarlosSan</dc:creator>
      <dc:date>2017-11-06T09:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Android - get Addr_type param</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/android-get-addr-type-param/m-p/702376#M4931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should be able to access Addr_type by using the getAttributes() method on the GeocodeResult.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/android/latest/api-reference/reference/com/esri/arcgisruntime/tasks/geocode/GeocodeResult.html#getAttributes()" title="https://developers.arcgis.com/android/latest/api-reference/reference/com/esri/arcgisruntime/tasks/geocode/GeocodeResult.html#getAttributes()"&gt;GeocodeResult| arcgis-android&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will return a collection of all attributes returned for each result based on the locator used. Since the attributes are returned based on the locator being used, we don't have methods to call individual attributes.&amp;nbsp;Please let me know if you have any additional questions.&amp;nbsp;&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;Christa Hash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 18:07:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/android-get-addr-type-param/m-p/702376#M4931</guid>
      <dc:creator>ChristaHash</dc:creator>
      <dc:date>2018-02-13T18:07:29Z</dc:date>
    </item>
  </channel>
</rss>

