<?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: Query a feature in Kotlin Maps SDK Questions</title>
    <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/query-a-feature/m-p/1310936#M142</link>
    <description>&lt;P&gt;&lt;SPAN&gt;The available documentation lacks sufficient explanatory content and examples on how to query the feature effectively, which has made it hard to understand and implement the desired functionality.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 24 Jul 2023 10:52:37 GMT</pubDate>
    <dc:creator>majdkassab</dc:creator>
    <dc:date>2023-07-24T10:52:37Z</dc:date>
    <item>
      <title>Query a feature</title>
      <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/query-a-feature/m-p/1310807#M140</link>
      <description>&lt;P&gt;Hello, How can I Query a feature in kotlin ? If there is a complete or a good guide that might help.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jul 2023 12:20:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/kotlin-maps-sdk-questions/query-a-feature/m-p/1310807#M140</guid>
      <dc:creator>majdkassab</dc:creator>
      <dc:date>2023-07-23T12:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Query a feature</title>
      <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/query-a-feature/m-p/1310930#M141</link>
      <description>&lt;P&gt;did you see the esri documentation?&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/kotlin/" target="_blank"&gt;ArcGIS Maps SDK for Kotlin | ArcGIS Developers&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 10:13:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/kotlin-maps-sdk-questions/query-a-feature/m-p/1310930#M141</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2023-07-24T10:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Query a feature</title>
      <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/query-a-feature/m-p/1310936#M142</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The available documentation lacks sufficient explanatory content and examples on how to query the feature effectively, which has made it hard to understand and implement the desired functionality.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 10:52:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/kotlin-maps-sdk-questions/query-a-feature/m-p/1310936#M142</guid>
      <dc:creator>majdkassab</dc:creator>
      <dc:date>2023-07-24T10:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Query a feature</title>
      <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/query-a-feature/m-p/1311059#M144</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/703916"&gt;@majdkassab&lt;/a&gt;, can you tell us a little more about what you're trying to do?&lt;BR /&gt;&lt;BR /&gt;Initially I'd suggest reading through our &lt;A href="https://developers.arcgis.com/kotlin/query-and-edit/query/" target="_self"&gt;guide on this topic&lt;/A&gt;, but it sounds like you've found that to be lacking the explanation you were hoping to see. With a little more detail, I'm sure we can help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 16:01:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/kotlin-maps-sdk-questions/query-a-feature/m-p/1311059#M144</guid>
      <dc:creator>MikeWilburn</dc:creator>
      <dc:date>2023-07-24T16:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Query a feature</title>
      <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/query-a-feature/m-p/1311397#M146</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/181437"&gt;@MikeWilburn&lt;/a&gt;&amp;nbsp;,I'm trying to just query a feature where I get its result&lt;BR /&gt;back but&amp;nbsp; have no way/idea on how to get the result back once it finishes. I found this link&amp;nbsp;&lt;BR /&gt;&lt;A href="https://community.esri.com/t5/arcgis-%E9%96%8B%E7%99%BA%E8%80%85%E3%82%B3%E3%83%9F%E3%83%A5%E3%83%8B%E3%83%86%E3%82%A3-documents/kotlin-%E3%81%A7%E5%9C%B0%E5%9B%B3%E3%82%A2%E3%83%97%E3%83%AA%E3%82%92%E4%BD%9C%E6%88%90%E3%81%97%E3%81%A6%E3%83%A9%E3%83%A0%E3%83%80%E3%82%92%E5%AD%A6%E7%BF%92%E3%81%99%E3%82%8B/ta-p/913854" target="_blank"&gt;https://community.esri.com/t5/arcgis-%E9%96%8B%E7%99%BA%E8%80%85%E3%82%B3%E3%83%9F%E3%83%A5%E3%83%8B%E3%83%86%E3%82%A3-documents/kotlin-%E3%81%A7%E5%9C%B0%E5%9B%B3%E3%82%A2%E3%83%97%E3%83%AA%E3%82%92%E4%BD%9C%E6%88%90%E3%81%97%E3%81%A6%E3%83%A9%E3%83%A0%E3%83%80%E3%82%92%E5%AD%A6%E7%BF%92%E3%81%99%E3%82%8B/ta-p/913854&lt;/A&gt;&lt;BR /&gt;but as shown in the screenshot the&amp;nbsp;&lt;BR /&gt;Unresolved reference: queryFeaturesAsync&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;this is the relevant code&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;var &lt;/SPAN&gt;&lt;SPAN&gt;searchForPolygon&lt;/SPAN&gt;: (&lt;SPAN&gt;String&lt;/SPAN&gt;) -&amp;gt; &lt;SPAN&gt;Unit &lt;/SPAN&gt;= &lt;SPAN&gt;{ &lt;/SPAN&gt;&lt;SPAN&gt;searchString &lt;/SPAN&gt;&lt;SPAN&gt;-&amp;gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;    &lt;SPAN&gt;var &lt;/SPAN&gt;&lt;SPAN&gt;query &lt;/SPAN&gt;= QueryParameters()&lt;BR /&gt;    &lt;SPAN&gt;query&lt;/SPAN&gt;.&lt;SPAN&gt;whereClause &lt;/SPAN&gt;= createstr(&lt;SPAN&gt;searchString&lt;/SPAN&gt;)&lt;BR /&gt;    &lt;SPAN&gt;Log&lt;/SPAN&gt;.d(&lt;SPAN&gt;TAG&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;query&lt;/SPAN&gt;.&lt;SPAN&gt;whereClause&lt;/SPAN&gt;.toString())&lt;BR /&gt;&lt;BR /&gt;    &lt;SPAN&gt;// Perform the query on the hosted polygon data&lt;BR /&gt;&lt;/SPAN&gt;    &lt;SPAN&gt;val &lt;/SPAN&gt;&lt;SPAN&gt;future &lt;/SPAN&gt;= &lt;SPAN&gt;serviceFeatureTable&lt;/SPAN&gt;!!.queryFeaturesAsync(&lt;SPAN&gt;query&lt;/SPAN&gt;)&lt;BR /&gt;&lt;BR /&gt;    &lt;SPAN&gt;// Use the SAM conversion to handle the query result&lt;BR /&gt;&lt;/SPAN&gt;    &lt;SPAN&gt;future&lt;/SPAN&gt;.addDoneListener &lt;SPAN&gt;{&lt;BR /&gt;&lt;/SPAN&gt;        &lt;SPAN&gt;try &lt;/SPAN&gt;{&lt;BR /&gt;            &lt;SPAN&gt;// Get the entire result of the query&lt;BR /&gt;&lt;/SPAN&gt;            &lt;SPAN&gt;val &lt;/SPAN&gt;&lt;SPAN&gt;result &lt;/SPAN&gt;= &lt;SPAN&gt;future&lt;/SPAN&gt;.get()&lt;BR /&gt;&lt;BR /&gt;            &lt;SPAN&gt;// Check the result&lt;BR /&gt;&lt;/SPAN&gt;            &lt;SPAN&gt;if &lt;/SPAN&gt;(&lt;SPAN&gt;result&lt;/SPAN&gt;.iterator().hasNext()) {&lt;BR /&gt;                &lt;SPAN&gt;// Get the first result and zoom to the corresponding feature&lt;BR /&gt;&lt;/SPAN&gt;                &lt;SPAN&gt;val &lt;/SPAN&gt;&lt;SPAN&gt;feature &lt;/SPAN&gt;= &lt;SPAN&gt;result&lt;/SPAN&gt;.iterator().next()&lt;BR /&gt;                &lt;SPAN&gt;val &lt;/SPAN&gt;&lt;SPAN&gt;envelope &lt;/SPAN&gt;= &lt;SPAN&gt;feature&lt;/SPAN&gt;.geometry.extent&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;            } &lt;SPAN&gt;else &lt;/SPAN&gt;{&lt;BR /&gt;                &lt;SPAN&gt;Toast&lt;/SPAN&gt;.makeText(&lt;SPAN&gt;this&lt;/SPAN&gt;&lt;SPAN&gt;@MainActivity&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"No polygon found for this search: " &lt;/SPAN&gt;+ &lt;SPAN&gt;searchString&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;Toast&lt;/SPAN&gt;.&lt;SPAN&gt;LENGTH_SHORT&lt;/SPAN&gt;).show()&lt;BR /&gt;            }&lt;BR /&gt;        } &lt;SPAN&gt;catch &lt;/SPAN&gt;(&lt;SPAN&gt;e&lt;/SPAN&gt;: &lt;SPAN&gt;Exception&lt;/SPAN&gt;) {&lt;BR /&gt;            &lt;SPAN&gt;Toast&lt;/SPAN&gt;.makeText(&lt;SPAN&gt;this&lt;/SPAN&gt;&lt;SPAN&gt;@MainActivity&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"Failed to search for features: " &lt;/SPAN&gt;+ &lt;SPAN&gt;searchString &lt;/SPAN&gt;+ &lt;SPAN&gt;". Error=" &lt;/SPAN&gt;+ &lt;SPAN&gt;e&lt;/SPAN&gt;.&lt;SPAN&gt;message&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;Toast&lt;/SPAN&gt;.&lt;SPAN&gt;LENGTH_SHORT&lt;/SPAN&gt;).show()&lt;BR /&gt;            &lt;SPAN&gt;Log&lt;/SPAN&gt;.e(&lt;SPAN&gt;TAG&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"Feature search failed for: " &lt;/SPAN&gt;+ &lt;SPAN&gt;searchString &lt;/SPAN&gt;+ &lt;SPAN&gt;". Error=" &lt;/SPAN&gt;+ &lt;SPAN&gt;e&lt;/SPAN&gt;.&lt;SPAN&gt;message&lt;/SPAN&gt;)&lt;BR /&gt;        }&lt;BR /&gt;    &lt;SPAN&gt;}&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;fun &lt;/SPAN&gt;&lt;SPAN&gt;createstr &lt;/SPAN&gt;(&lt;SPAN&gt;searchString&lt;/SPAN&gt;: &lt;SPAN&gt;String&lt;/SPAN&gt;) : &lt;SPAN&gt;String &lt;/SPAN&gt;{&lt;BR /&gt;    &lt;SPAN&gt;var &lt;/SPAN&gt;&lt;SPAN&gt;reString&lt;/SPAN&gt;: &lt;SPAN&gt;String&lt;/SPAN&gt;? = &lt;SPAN&gt;null&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;    val &lt;/SPAN&gt;&lt;SPAN&gt;ku &lt;/SPAN&gt;= &lt;SPAN&gt;searchString&lt;/SPAN&gt;.&lt;SPAN&gt;split&lt;/SPAN&gt;(&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;区&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;.&lt;SPAN&gt;toRegex&lt;/SPAN&gt;()).&lt;SPAN&gt;dropLastWhile&lt;/SPAN&gt;(&lt;SPAN&gt;{ it&lt;/SPAN&gt;.&lt;SPAN&gt;isEmpty&lt;/SPAN&gt;() &lt;SPAN&gt;}&lt;/SPAN&gt;).&lt;SPAN&gt;toTypedArray&lt;/SPAN&gt;()&lt;BR /&gt;    &lt;SPAN&gt;if &lt;/SPAN&gt;(&lt;SPAN&gt;ku&lt;/SPAN&gt;.&lt;SPAN&gt;size &lt;/SPAN&gt;&amp;gt; &lt;SPAN&gt;1&lt;/SPAN&gt;) {&lt;BR /&gt;&lt;BR /&gt;        &lt;SPAN&gt;reString &lt;/SPAN&gt;= &lt;SPAN&gt;"upper(CSS_NAME) LIKE '" &lt;/SPAN&gt;+ &lt;SPAN&gt;ku&lt;/SPAN&gt;[&lt;SPAN&gt;0&lt;/SPAN&gt;] + &lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;区&lt;/SPAN&gt;&lt;SPAN&gt;' and (MOJI) LIKE '%" &lt;/SPAN&gt;+ &lt;SPAN&gt;ku&lt;/SPAN&gt;[&lt;SPAN&gt;1&lt;/SPAN&gt;] + &lt;SPAN&gt;"%'"&lt;BR /&gt;&lt;/SPAN&gt;    } &lt;SPAN&gt;else &lt;/SPAN&gt;{&lt;BR /&gt;        &lt;SPAN&gt;reString &lt;/SPAN&gt;= &lt;SPAN&gt;"upper(MOJI) LIKE '%" &lt;/SPAN&gt;+ &lt;SPAN&gt;ku&lt;/SPAN&gt;[&lt;SPAN&gt;0&lt;/SPAN&gt;] + &lt;SPAN&gt;"%'"&lt;BR /&gt;&lt;/SPAN&gt;    }&lt;BR /&gt;    &lt;SPAN&gt;Log&lt;/SPAN&gt;.d(&lt;SPAN&gt;TAG&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"SQL String="&lt;/SPAN&gt;+ &lt;SPAN&gt;reString&lt;/SPAN&gt;)&lt;BR /&gt;    &lt;SPAN&gt;return &lt;/SPAN&gt;&lt;SPAN&gt;reString&lt;BR /&gt;&lt;/SPAN&gt;}&lt;/PRE&gt;&lt;P&gt;the documentation is quite lacking as there is no code on how use the functions.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 08:13:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/kotlin-maps-sdk-questions/query-a-feature/m-p/1311397#M146</guid>
      <dc:creator>majdkassab</dc:creator>
      <dc:date>2023-07-25T08:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Query a feature</title>
      <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/query-a-feature/m-p/1311818#M157</link>
      <description>&lt;P&gt;The code you've shared appears to be using the 100.x Java-based Android SDK. Unfortunately, it is not compatible with our 200.x Kotlin SDK.&lt;BR /&gt;&lt;BR /&gt;In particular, the unresolved reference you're encountering is due to the fact that there is no such function &lt;FONT face="andale mono,times"&gt;queryFeaturesAsync&lt;/FONT&gt;. You'll need to instead use &lt;A href="https://developers.arcgis.com/kotlin/api-reference/arcgis-maps-kotlin/com.arcgismaps.data/-service-feature-table/query-features.html" target="_self"&gt;&lt;FONT face="andale mono,times"&gt;queryFeatures&lt;/FONT&gt;&lt;/A&gt;.&lt;FONT face="verdana,geneva"&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 23:33:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/kotlin-maps-sdk-questions/query-a-feature/m-p/1311818#M157</guid>
      <dc:creator>MikeWilburn</dc:creator>
      <dc:date>2023-07-25T23:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Query a feature</title>
      <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/query-a-feature/m-p/1311827#M159</link>
      <description>&lt;P&gt;As&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/181437"&gt;@MikeWilburn&lt;/a&gt;&amp;nbsp;suggested, the 200.x Kotlin SDK provides concurrency through &lt;A href="https://kotlinlang.org/docs/coroutines-overview.html" target="_self"&gt;coroutines&lt;/A&gt;&amp;nbsp;. &lt;A href="https://developers.arcgis.com/kotlin/sample-code/select-features-in-feature-layer/" target="_self"&gt;This sample&lt;/A&gt;&amp;nbsp;is quite similar to your use case, but instead of identifying layers, you would query features. An adaptation of your code to use coroutines would look like below (please note the suspend keyword in the function signature)&lt;/P&gt;&lt;PRE&gt;var searchForPolygon: suspend (String) -&amp;gt; Unit = { searchString -&amp;gt;
         var query = QueryParameters()
        query.whereClause = createSearchStr()
         // Perform the query on the hosted polygon data
        serviceFeatureTable!!.queryFeatures(query)
            .onSuccess {
                if (it.iterator().hasNext()) {
                    // Get the first result and zoom to the corresponding feature
                    val feature = it.iterator().next()
                    val envelope = feature.geometry?.extent
                } else {
                    withContext(Dispatchers.Main) {
                        Toast.makeText(
                            this@MainActivity,
                            "No polygon found for this search: " + searchString,
                            Toast.LENGTH_SHORT
                        ).show()
                    }
                }
            }
            .onFailure {
                Log.e(TAG, "Feature search failed for: " + searchString + ". Error=" + e.message)
                withContext(Dispatchers.Main) {
                    Toast.makeText(
                        this@MainActivity,
                        "Failed to search for features: " + searchString + ". Error=" + e.message,
                        Toast.LENGTH_SHORT
                    ).show()
                }
            }&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 23:56:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/kotlin-maps-sdk-questions/query-a-feature/m-p/1311827#M159</guid>
      <dc:creator>SorenRoth</dc:creator>
      <dc:date>2023-07-25T23:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Query a feature</title>
      <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/query-a-feature/m-p/1311880#M165</link>
      <description>&lt;P&gt;Based on the link its written in kotlin. I'm working in kotlin.&lt;BR /&gt;Can you please expand on the100.x java vs 200.x kotlin?&lt;BR /&gt;thank you&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 06:12:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/kotlin-maps-sdk-questions/query-a-feature/m-p/1311880#M165</guid>
      <dc:creator>majdkassab</dc:creator>
      <dc:date>2023-07-26T06:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Query a feature</title>
      <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/query-a-feature/m-p/1311883#M166</link>
      <description>&lt;P&gt;Thank you for the reply. Yes I noticed the suspend. does that mean the code wont work without it ? since it uses the 200.x kotlin.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 06:22:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/kotlin-maps-sdk-questions/query-a-feature/m-p/1311883#M166</guid>
      <dc:creator>majdkassab</dc:creator>
      <dc:date>2023-07-26T06:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Query a feature</title>
      <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/query-a-feature/m-p/1312185#M172</link>
      <description>&lt;P&gt;Apologies for the confusion. We have two separate APIs for writing native Android apps -- an older&amp;nbsp;&lt;STRONG&gt;100.x Runtime SDK for Android&lt;/STRONG&gt; and our newer&amp;nbsp;&lt;STRONG&gt;200.x Maps SDK for Kotlin&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;See this page in our guide about the differences between the two and how to migrate:&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/kotlin/reference/migrate-from-100-x-to-200-x/" target="_blank"&gt;https://developers.arcgis.com/kotlin/reference/migrate-from-100-x-to-200-x/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;While the code you shared is written in Kotlin, it appears to leverage our Java-based Runtime SDK for Android.&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/431203"&gt;@SorenRoth&lt;/a&gt;'s post below handles many of the considerations stated within the migration topic to help your code work with the Maps SDK for Kotlin.&lt;BR /&gt;&lt;BR /&gt;Otherwise, if you have a question on using the Runtime/Android SDK, consider posting it on this board:&lt;BR /&gt;&lt;A href="https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/bd-p/arcgis-runtime-sdk-for-android-questions" target="_blank"&gt;https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/bd-p/arcgis-runtime-sdk-for-android-questions&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 17:59:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/kotlin-maps-sdk-questions/query-a-feature/m-p/1312185#M172</guid>
      <dc:creator>MikeWilburn</dc:creator>
      <dc:date>2023-07-26T17:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Query a feature</title>
      <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/query-a-feature/m-p/1313425#M179</link>
      <description>&lt;P&gt;I see thank you. After trying with his solution it didn't work as of right now, Ill give it another shot and what possible changes are needed.&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jul 2023 06:55:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/kotlin-maps-sdk-questions/query-a-feature/m-p/1313425#M179</guid>
      <dc:creator>majdkassab</dc:creator>
      <dc:date>2023-07-30T06:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Query a feature</title>
      <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/query-a-feature/m-p/1313430#M181</link>
      <description>&lt;P&gt;Thank you&lt;BR /&gt;I replied to mike regarding the solution provided&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jul 2023 08:04:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/kotlin-maps-sdk-questions/query-a-feature/m-p/1313430#M181</guid>
      <dc:creator>majdkassab</dc:creator>
      <dc:date>2023-07-30T08:04:22Z</dc:date>
    </item>
  </channel>
</rss>

