<?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: Ground Overlays v100 in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ground-overlays-v100/m-p/614592#M5417</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Take a look at the&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fdevelopers.arcgis.com%2Fios%2Flatest%2Fapi-reference%2Finterface_a_g_s_arc_g_i_s_map_image_layer.html" rel="nofollow" style="color: #287433; border: 0px; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;AGSArcGISMapImageLayer&lt;/A&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp;class in the v100.4 SDK.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Nov 2018 15:05:19 GMT</pubDate>
    <dc:creator>MarkDostal</dc:creator>
    <dc:date>2018-11-01T15:05:19Z</dc:date>
    <item>
      <title>Ground Overlays v100</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ground-overlays-v100/m-p/614591#M5416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Our application currently uses version 10.x of the ArcGis iOS SDK, and we are looking at updating to 100. The main API we utilize provides us with a PNG image and the extent of that image. Currently, we use a subclassed version of AGSDynamicLayer to display the image as an overlay on the map, but it appears AGSDynamicLayer has been removed from the SDK in 100.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there an alternative we can use to just tie a PNG to an extent? We are looking for something equivalent to GMSGroundOverlay in the Google Maps SDK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2018 14:37:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ground-overlays-v100/m-p/614591#M5416</guid>
      <dc:creator>AndrewThielen</dc:creator>
      <dc:date>2018-11-01T14:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Ground Overlays v100</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ground-overlays-v100/m-p/614592#M5417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Take a look at the&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fdevelopers.arcgis.com%2Fios%2Flatest%2Fapi-reference%2Finterface_a_g_s_arc_g_i_s_map_image_layer.html" rel="nofollow" style="color: #287433; border: 0px; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;AGSArcGISMapImageLayer&lt;/A&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp;class in the v100.4 SDK.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2018 15:05:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ground-overlays-v100/m-p/614592#M5417</guid>
      <dc:creator>MarkDostal</dc:creator>
      <dc:date>2018-11-01T15:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Ground Overlays v100</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ground-overlays-v100/m-p/614593#M5418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will this work if we already have the UIImage in memory? The API we use isnt an ArcGIS server. It just provides us with the raw PNG data and the extent it occupies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2018 21:25:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ground-overlays-v100/m-p/614593#M5418</guid>
      <dc:creator>AndrewThielen</dc:creator>
      <dc:date>2018-11-05T21:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Ground Overlays v100</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ground-overlays-v100/m-p/614594#M5419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andrew, thanks for the clarification and sorry for the confusion. &amp;nbsp;Can you shed some light on what method(s) on AGSDynamicLayer you're using in your subclass? &amp;nbsp;And at the same time, can you take a look at &lt;A href="https://developers.arcgis.com/ios/latest/api-reference/interface_a_g_s_raster.html"&gt;AGSRaster&lt;/A&gt;&amp;nbsp;and see if that works for you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a sample which uses a .tif file&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-runtime-samples-ios/blob/9aa1d46969175aec6607bbe6914e97bc63ea1569/arcgis-ios-sdk-samples/Layers/Raster%20layer%20(file)/RasterLayerViewController.swift"&gt;here.&lt;/A&gt;&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;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2018 22:25:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ground-overlays-v100/m-p/614594#M5419</guid>
      <dc:creator>MarkDostal</dc:creator>
      <dc:date>2018-11-05T22:25:55Z</dc:date>
    </item>
  </channel>
</rss>

