<?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: Select/Highlight feature in Offline map in ArcGIS AppStudio Questions</title>
    <link>https://community.esri.com/t5/arcgis-appstudio-questions/select-highlight-feature-in-offline-map/m-p/863859#M3078</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Once you have a Map/MapView, you will use identifyLayer or identifyLayers to get features back, and then you can call selectFeature on the FeatureLayer. Here is a sample that shows this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-runtime-samples-qt/blob/master/ArcGISRuntimeSDKQt_QMLSamples/Features/FeatureLayer_Selection/FeatureLayer_Selection.qml#L77-L105" title="https://github.com/Esri/arcgis-runtime-samples-qt/blob/master/ArcGISRuntimeSDKQt_QMLSamples/Features/FeatureLayer_Selection/FeatureLayer_Selection.qml#L77-L105"&gt;arcgis-runtime-samples-qt/FeatureLayer_Selection.qml at master · Esri/arcgis-runtime-samples-qt · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use identifyLayer if you want to search for clicked features within a specific layer, and identifyLayers if you want to search for clicked features in any layer in the mapview&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;doc -&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/qt/latest/qml/api-reference/qml-esri-arcgisruntime-geoview.html#identifyLayer-method" title="https://developers.arcgis.com/qt/latest/qml/api-reference/qml-esri-arcgisruntime-geoview.html#identifyLayer-method"&gt;GeoView QML Type | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Mar 2019 21:06:08 GMT</pubDate>
    <dc:creator>LucasDanzinger</dc:creator>
    <dc:date>2019-03-01T21:06:08Z</dc:date>
    <item>
      <title>Select/Highlight feature in Offline map</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/select-highlight-feature-in-offline-map/m-p/863857#M3076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Following this example:&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/qt/latest/qml/sample-code/sample-qt-openmobilemap-mappackage.htm" title="https://developers.arcgis.com/qt/latest/qml/sample-code/sample-qt-openmobilemap-mappackage.htm"&gt;Open mobile map (map package)—ArcGIS Runtime SDK for Qt | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how to select features in the map?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2019 19:58:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/select-highlight-feature-in-offline-map/m-p/863857#M3076</guid>
      <dc:creator>LaurynasGedminas2</dc:creator>
      <dc:date>2019-03-01T19:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Select/Highlight feature in Offline map</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/select-highlight-feature-in-offline-map/m-p/863858#M3077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looping in &lt;A href="https://community.esri.com/space/2136"&gt;ArcGIS Runtime SDK for Qt&lt;/A&gt;‌, to see if anyone in this group can answer this.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2019 20:23:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/select-highlight-feature-in-offline-map/m-p/863858#M3077</guid>
      <dc:creator>ErwinSoekianto</dc:creator>
      <dc:date>2019-03-01T20:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Select/Highlight feature in Offline map</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/select-highlight-feature-in-offline-map/m-p/863859#M3078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Once you have a Map/MapView, you will use identifyLayer or identifyLayers to get features back, and then you can call selectFeature on the FeatureLayer. Here is a sample that shows this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-runtime-samples-qt/blob/master/ArcGISRuntimeSDKQt_QMLSamples/Features/FeatureLayer_Selection/FeatureLayer_Selection.qml#L77-L105" title="https://github.com/Esri/arcgis-runtime-samples-qt/blob/master/ArcGISRuntimeSDKQt_QMLSamples/Features/FeatureLayer_Selection/FeatureLayer_Selection.qml#L77-L105"&gt;arcgis-runtime-samples-qt/FeatureLayer_Selection.qml at master · Esri/arcgis-runtime-samples-qt · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use identifyLayer if you want to search for clicked features within a specific layer, and identifyLayers if you want to search for clicked features in any layer in the mapview&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;doc -&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/qt/latest/qml/api-reference/qml-esri-arcgisruntime-geoview.html#identifyLayer-method" title="https://developers.arcgis.com/qt/latest/qml/api-reference/qml-esri-arcgisruntime-geoview.html#identifyLayer-method"&gt;GeoView QML Type | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2019 21:06:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/select-highlight-feature-in-offline-map/m-p/863859#M3078</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2019-03-01T21:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: Select/Highlight feature in Offline map</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/select-highlight-feature-in-offline-map/m-p/863860#M3079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Lucas,&lt;/P&gt;&lt;P&gt;I was trying the identify thru&amp;nbsp;&lt;SPAN style="color: #9acfd6;"&gt;mapView&lt;/SPAN&gt;.identifyLayersWithMaxResults, it get's the selected feature, but nothing is highlighted thru this code:&amp;nbsp;&lt;SPAN class="" style="color: #24292e;"&gt;featureLayer&lt;/SPAN&gt;&lt;SPAN style="color: #24292e; background-color: #fffbdd;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #6f42c1;"&gt;selectFeatures&lt;/SPAN&gt;&lt;SPAN style="color: #24292e; background-color: #fffbdd;"&gt;(identifiedObjects);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #24292e; background-color: #fffbdd;"&gt;Thank you,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2019 21:19:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/select-highlight-feature-in-offline-map/m-p/863860#M3079</guid>
      <dc:creator>LaurynasGedminas2</dc:creator>
      <dc:date>2019-03-01T21:19:28Z</dc:date>
    </item>
  </channel>
</rss>

