<?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 overlay the square from the service feature table in Kotlin Maps SDK Questions</title>
    <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/how-to-overlay-the-square-from-the-service-feature/m-p/1250259#M13</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me out on below issue&lt;/P&gt;&lt;P&gt;how to overlay the square from the service feature table. Thank you&lt;/P&gt;</description>
    <pubDate>Sun, 22 Jan 2023 19:06:02 GMT</pubDate>
    <dc:creator>VarmaLanke1</dc:creator>
    <dc:date>2023-01-22T19:06:02Z</dc:date>
    <item>
      <title>how to overlay the square from the service feature table</title>
      <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/how-to-overlay-the-square-from-the-service-feature/m-p/1250259#M13</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me out on below issue&lt;/P&gt;&lt;P&gt;how to overlay the square from the service feature table. Thank you&lt;/P&gt;</description>
      <pubDate>Sun, 22 Jan 2023 19:06:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/kotlin-maps-sdk-questions/how-to-overlay-the-square-from-the-service-feature/m-p/1250259#M13</guid>
      <dc:creator>VarmaLanke1</dc:creator>
      <dc:date>2023-01-22T19:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to overlay the square from the service feature table</title>
      <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/how-to-overlay-the-square-from-the-service-feature/m-p/1252188#M14</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/651828"&gt;@VarmaLanke1&lt;/a&gt;&amp;nbsp;Assuming you have a service feature table with the square polygon to overlay on the map. You can use the Feature service table's URL to create a&amp;nbsp;&lt;STRONG&gt;FeatureLayer&lt;/STRONG&gt;&amp;nbsp;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;which can be added to the map's &lt;STRONG&gt;O&lt;/STRONG&gt;&lt;STRONG&gt;perationalLayers&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="kotlin"&gt;// initialize the service feature table using a URL
val serviceFeatureTable = ServiceFeatureTable(tableURL)
// create a feature layer with the feature table
val featureLayer = FeatureLayer(serviceFeatureTable)
// set the feature layer on the map
mapView.map.operationalLayers.add(featureLayer)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check out the sample using service feature table:&amp;nbsp;&lt;A href="https://developers.arcgis.com/kotlin/sample-code/add-feature-layers/" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/kotlin/sample-code/add-feature-layers/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 23:46:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/kotlin-maps-sdk-questions/how-to-overlay-the-square-from-the-service-feature/m-p/1252188#M14</guid>
      <dc:creator>Shubham_Sharma</dc:creator>
      <dc:date>2023-01-26T23:46:40Z</dc:date>
    </item>
  </channel>
</rss>

