<?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 Extract layers from web map (portal/portal item) in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/extract-layers-from-web-map-portal-portal-item/m-p/1290951#M6045</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I need to extract/get layers, form templates from the web map(portal/portal item), have to show point layers, form templates , identify attributes, sync attributes.&amp;nbsp; Please suggest the solution.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 19 May 2023 06:13:22 GMT</pubDate>
    <dc:creator>komalzoting</dc:creator>
    <dc:date>2023-05-19T06:13:22Z</dc:date>
    <item>
      <title>Extract layers from web map (portal/portal item)</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/extract-layers-from-web-map-portal-portal-item/m-p/1290951#M6045</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I need to extract/get layers, form templates from the web map(portal/portal item), have to show point layers, form templates , identify attributes, sync attributes.&amp;nbsp; Please suggest the solution.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2023 06:13:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/extract-layers-from-web-map-portal-portal-item/m-p/1290951#M6045</guid>
      <dc:creator>komalzoting</dc:creator>
      <dc:date>2023-05-19T06:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Extract layers from web map (portal/portal item)</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/extract-layers-from-web-map-portal-portal-item/m-p/1291285#M6047</link>
      <description>&lt;P&gt;To get layers of a web-map portal item, load the portal item to the map, and get the list of operational layers using:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;map&lt;/SPAN&gt;.&lt;SPAN&gt;operationalLayers&lt;/SPAN&gt;&lt;/PRE&gt;&lt;LI-CODE lang="kotlin"&gt;val portal = Portal("Your-Portal-URL")
val portalItem = PortalItem(portal, "Portal-Item-ID")
map = ArcGISMap(portalItem)
map.addDoneLoadingListener {
    Log.i("TAG","Number of layers: ${map.operationalLayers.size} ")
    val firstLayer = map.operationalLayers[0]
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/android/api-reference/reference/com/esri/arcgisruntime/mapping/GeoModel.html#getOperationalLayers()" target="_blank"&gt;https://developers.arcgis.com/android/api-reference/reference/com/esri/arcgisruntime/mapping/GeoModel.html#getOperationalLayers()&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2023 21:19:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/extract-layers-from-web-map-portal-portal-item/m-p/1291285#M6047</guid>
      <dc:creator>Shubham_Sharma</dc:creator>
      <dc:date>2023-05-19T21:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Extract layers from web map (portal/portal item)</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/extract-layers-from-web-map-portal-portal-item/m-p/1293370#M6058</link>
      <description>&lt;P&gt;Hi Shubham&lt;/P&gt;&lt;P&gt;This is really helpful for me.&lt;/P&gt;&lt;P&gt;Thank You&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2023 07:07:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/extract-layers-from-web-map-portal-portal-item/m-p/1293370#M6058</guid>
      <dc:creator>komalzoting</dc:creator>
      <dc:date>2023-05-26T07:07:40Z</dc:date>
    </item>
  </channel>
</rss>

