<?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: .NET MAUI, Android: KML/KMZ with bitmaps are rendered highly pixelated in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/net-maui-android-kml-kmz-with-bitmaps-are-rendered/m-p/1367095#M12436</link>
    <description>&lt;P&gt;Hi Preeti,&lt;/P&gt;&lt;P&gt;I just wanted to check in as&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/256344"&gt;@MatveiStefarov&lt;/a&gt;&amp;nbsp;said "...will be one of the first issues we look at...".&lt;/P&gt;&lt;P&gt;It is a bummer this won't be fixed in th near future, but as a seasoned developer myself I understand your reasoning.&lt;/P&gt;&lt;P&gt;Being very long in the business I knew I cannot wait for you guys to fix the issue (no offence) so I've implemented a workaround after creating this ticket:&lt;BR /&gt;I make sure no picture is bigger than 2000x2000px in the KML. Which is tricky as the pics my end-users supply are bigger most of the time. So I have to split them in pieces and calculate the new positions of those pieces.&lt;/P&gt;&lt;P&gt;This is not performant though (when creating and viewing the KMLs as there are way more than needed) so I was hoping for a solution here.&lt;/P&gt;&lt;P&gt;Anyhow... I appreciate all your support and trying to help us guys here.&lt;/P&gt;&lt;P&gt;Soko&lt;/P&gt;</description>
    <pubDate>Sat, 06 Jan 2024 08:40:59 GMT</pubDate>
    <dc:creator>SokoFromNZ</dc:creator>
    <dc:date>2024-01-06T08:40:59Z</dc:date>
    <item>
      <title>.NET MAUI, Android: KML/KMZ with bitmaps are rendered highly pixelated</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/net-maui-android-kml-kmz-with-bitmaps-are-rendered/m-p/1303779#M11954</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When loading a KMZ as an OperationalLayer the bitmap (PNG) inside gets rendered way more pixelated as it actually is.&lt;/P&gt;&lt;P&gt;This &lt;STRONG&gt;only&lt;/STRONG&gt; happens &lt;STRONG&gt;on real hardware&lt;/STRONG&gt; (Android devices). I was not able to reproduce it on any emulator yet.&lt;/P&gt;&lt;P&gt;Here is the KMZ loaded on an emulator:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SokoFromNZ_0-1687934983081.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/74338iFB4205044732456E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SokoFromNZ_0-1687934983081.png" alt="SokoFromNZ_0-1687934983081.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here it is on an "Oneplus 7 Pro" (also happens on a Samsung A52):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SokoFromNZ_1-1687935056606.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/74339i18DE138C5469FC4D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SokoFromNZ_1-1687935056606.png" alt="SokoFromNZ_1-1687935056606.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The KMZ has only two files in it:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Lageplan_EbsL 2270 15 Bph 3.kml&lt;/LI&gt;&lt;LI&gt;Lageplan_EbsL 2270 15 Bph 3.png&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The kml looks like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;kml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns="http://www.opengis.net/kml/2.2"&amp;gt;
  &amp;lt;GroundOverlay&amp;gt;
    &amp;lt;name&amp;gt;Lageplan_EbsL 2270 15 Bph 3&amp;lt;/name&amp;gt;
    &amp;lt;color&amp;gt;ffffffff&amp;lt;/color&amp;gt;
    &amp;lt;drawOrder&amp;gt;1&amp;lt;/drawOrder&amp;gt;
    &amp;lt;Icon&amp;gt;
      &amp;lt;href&amp;gt;Lageplan_EbsL 2270 15 Bph 3.png&amp;lt;/href&amp;gt;
    &amp;lt;/Icon&amp;gt;
    &amp;lt;gx:LatLonQuad&amp;gt;
      &amp;lt;coordinates&amp;gt;6.476503675883501,51.7606388044081 6.467556177491324,51.76654569164255 6.464917693895138,51.76500669726339 6.473865235003178,51.75910000921075&amp;lt;/coordinates&amp;gt;
    &amp;lt;/gx:LatLonQuad&amp;gt;
  &amp;lt;/GroundOverlay&amp;gt;
&amp;lt;/kml&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The .NET Maui Source which loads the kmz looks like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;using Esri.ArcGISRuntime.Geometry;
using Esri.ArcGISRuntime.Mapping;
using Esri.ArcGISRuntime.Ogc;
using Map = Esri.ArcGISRuntime.Mapping.Map;

namespace ArcGISTry1;

public partial class MainPage : ContentPage
{
    public MainPage()
    {
        InitializeComponent();

        // Create the UI, setup the control references and execute initialization
        _ = Initialize();
    }

    private async Task Initialize()
    {
        // Set map to mapview
        MyMapView.Map = new Map(BasemapStyle.OSMLightGray)
        {
            InitialViewpoint = new Viewpoint(new MapPoint(719870.63885198254, 6757789.5101162922, SpatialReferences.WebMercator), 600)
        };

        MyMapView.Loaded += OnLoaded;
    }

    private async void OnLoaded(object sender, EventArgs e)
    {
        for (var i = 0; i &amp;lt;= 7; i++) {
            // ArcGIS Runtime ist hier so "super", dass es die Daten für dieselbe URL kein zweites Mal vom Server lädt!
            var dataset = new KmlDataset(new Uri($"http://soko.yourweb.de/kmz/PixelBug/0{i}.kmz"));
            await dataset.LoadAsync();
            var kmlLayer = new KmlLayer(dataset);
            MyMapView.Map!.OperationalLayers.Add(kmlLayer);
        }
    }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried for hours now to change the source, the way I load the dataset or when I'm doing it. Also I've tried to look at all the variables (public and private) of the dataset, kmlLayer, etc. via the debugger to find out whats going wrong here...no luck.&lt;/P&gt;&lt;P&gt;Also changing the image file from PNG to JPG does not help (JPGs are also highly pixelated)&lt;/P&gt;&lt;P&gt;Find the full example Solution attached as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Some weird details:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The KMZ you see in the screenshot is the one with index 4. It seems only every other KMZ is rendered pixelated. But if I only load index 4 its also pixelated... so it cannot be the order or index in the layers...&lt;/P&gt;&lt;P&gt;If you scroll a little to the north-west you get a black broken line which shows the border to the next KMZ. That one is rendered properly (purple circle) compared to the pixelated one (pink circle)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SokoFromNZ_2-1687935716162.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/74342i70EDC618DDC77957/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SokoFromNZ_2-1687935716162.png" alt="SokoFromNZ_2-1687935716162.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope you can help here as my customer is not happy at all with this.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Soko&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EDIT1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I've just found out this issue is not related to a full/whole image! Here is the KMZ with the Index 00 opened on my PC via IrfanView at 200%:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SokoFromNZ_0-1688386577675.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/74713iD9CCBAB482AC1ADC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SokoFromNZ_0-1688386577675.png" alt="SokoFromNZ_0-1688386577675.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;On Android the pic is upside down and looks like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SokoFromNZ_1-1688386776577.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/74715iF635A1BAAD5A8DF3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SokoFromNZ_1-1688386776577.png" alt="SokoFromNZ_1-1688386776577.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You see "40-27" is way more pixelated than on Windows... AND... "40-30" is way more pixelated than "40-27" even both are from the same file (PNG/KML/KMZ)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EDIT2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Even when using a LatLonBox in the KML (not the gx: extension) and placing the PNG with no rotation the pixelation is happening.&lt;BR /&gt;Use "00LatLonBox.kmz" file so you can see. It's located at the same spot/folder as the other examples (see source code).&lt;BR /&gt;Here it is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;kml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns="http://www.opengis.net/kml/2.2"&amp;gt;
	&amp;lt;GroundOverlay&amp;gt;
		&amp;lt;name&amp;gt;img&amp;lt;/name&amp;gt;
		&amp;lt;color&amp;gt;ffffffff&amp;lt;/color&amp;gt;
		&amp;lt;drawOrder&amp;gt;1&amp;lt;/drawOrder&amp;gt;
		&amp;lt;Icon&amp;gt;
			&amp;lt;href&amp;gt;img.png&amp;lt;/href&amp;gt;	  
		&amp;lt;/Icon&amp;gt;
		&amp;lt;LatLonBox&amp;gt;
			&amp;lt;north&amp;gt;51.7127439517942261&amp;lt;/north&amp;gt;
			&amp;lt;south&amp;gt;51.7&amp;lt;/south&amp;gt;
			&amp;lt;east&amp;gt;6.4&amp;lt;/east&amp;gt;
			&amp;lt;west&amp;gt;6.4742745211839814&amp;lt;/west&amp;gt;
			&amp;lt;rotation&amp;gt;0&amp;lt;/rotation&amp;gt;
		&amp;lt;/LatLonBox&amp;gt; 
	&amp;lt;/GroundOverlay&amp;gt;
&amp;lt;/kml&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EDIT3:&lt;/STRONG&gt;&lt;BR /&gt;I've made some example images/PNGs and tried different file sizes, content, aspect ratios, pixel sizes and dpi...&lt;/P&gt;&lt;P&gt;It seems that &lt;STRONG&gt;each pixel which is beyond x=2000 and y=2000 gets highly pixelated.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;That is the only criteria of all the ones mentioned above...&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 17:15:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/net-maui-android-kml-kmz-with-bitmaps-are-rendered/m-p/1303779#M11954</guid>
      <dc:creator>SokoFromNZ</dc:creator>
      <dc:date>2023-07-04T17:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: .NET MAUI, Android: KML/KMZ with bitmaps are rendered highly pixelated</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/net-maui-android-kml-kmz-with-bitmaps-are-rendered/m-p/1306593#M11970</link>
      <description>&lt;P&gt;Hi!&amp;nbsp; I was able to reproduce the problem on Android. We are investigating the cause.&lt;/P&gt;&lt;P&gt;By the way, if you ever need to temporarily disable HTTP caching in ArcGIS Runtime, it can be done with&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/api-reference/api/net/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Http.HttpConfigurationExtensions.UseResponseCache.html" target="_self"&gt;HttpConfiguration&lt;/A&gt;:&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;builder.UseArcGISRuntime(config =&amp;gt; {
    config.ConfigureHttp(httpConfig =&amp;gt; {
        httpConfig.UseResponseCache(false);
    });
});&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 16:58:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/net-maui-android-kml-kmz-with-bitmaps-are-rendered/m-p/1306593#M11970</guid>
      <dc:creator>MatveiStefarov</dc:creator>
      <dc:date>2023-07-07T16:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: .NET MAUI, Android: KML/KMZ with bitmaps are rendered highly pixelated</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/net-maui-android-kml-kmz-with-bitmaps-are-rendered/m-p/1306618#M11971</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for letting me know and your tip. I'm curious about the cause of this issue.&lt;/P&gt;&lt;P&gt;Soko&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 18:14:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/net-maui-android-kml-kmz-with-bitmaps-are-rendered/m-p/1306618#M11971</guid>
      <dc:creator>SokoFromNZ</dc:creator>
      <dc:date>2023-07-07T18:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: .NET MAUI, Android: KML/KMZ with bitmaps are rendered highly pixelated</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/net-maui-android-kml-kmz-with-bitmaps-are-rendered/m-p/1314705#M12012</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/256344"&gt;@MatveiStefarov&lt;/a&gt;&amp;nbsp;: Any news here? My customer really needs a solution for this! thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 17:46:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/net-maui-android-kml-kmz-with-bitmaps-are-rendered/m-p/1314705#M12012</guid>
      <dc:creator>SokoFromNZ</dc:creator>
      <dc:date>2023-08-02T17:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: .NET MAUI, Android: KML/KMZ with bitmaps are rendered highly pixelated</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/net-maui-android-kml-kmz-with-bitmaps-are-rendered/m-p/1317687#M12031</link>
      <description>&lt;P&gt;Unfortunately, no news yet.&amp;nbsp; But the team just wrapped up work on the next release (200.2.0) and this will be one of the first issues we look at for the next release cycle.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2023 21:31:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/net-maui-android-kml-kmz-with-bitmaps-are-rendered/m-p/1317687#M12031</guid>
      <dc:creator>MatveiStefarov</dc:creator>
      <dc:date>2023-08-10T21:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: .NET MAUI, Android: KML/KMZ with bitmaps are rendered highly pixelated</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/net-maui-android-kml-kmz-with-bitmaps-are-rendered/m-p/1364530#M12400</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/256344"&gt;@MatveiStefarov&lt;/a&gt;&amp;nbsp;I've just re-tested this issue with .NET MAUI 8 and 200.3.0 and the bug still exists. Can you please update me on a progress here as you mentioned above it will be addressed after 200.2.0...&lt;BR /&gt;So I was confident it would be fixed in 200.3.0 &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2023 16:49:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/net-maui-android-kml-kmz-with-bitmaps-are-rendered/m-p/1364530#M12400</guid>
      <dc:creator>SokoFromNZ</dc:creator>
      <dc:date>2023-12-27T16:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: .NET MAUI, Android: KML/KMZ with bitmaps are rendered highly pixelated</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/net-maui-android-kml-kmz-with-bitmaps-are-rendered/m-p/1367068#M12434</link>
      <description>&lt;P&gt;I highly appreciate you providing feedback and finding bugs. As &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/256344"&gt;@MatveiStefarov&lt;/a&gt;&amp;nbsp; mentioned&amp;nbsp;we logged this bug in our system but unfortunately was not prioritized for a near future release due to many other factors. We try our best to help the community and our users and triage issues as soon as possible but we cannot commit a fix until a bug is prioritized.&lt;BR /&gt;If the bug is super critical for your workflow, blocks further development or affects lot of customers,&amp;nbsp;I highly recommend contacting&amp;nbsp;&lt;A href="https://support.esri.com/en-us/contact" target="_self"&gt;esri Technical Support&lt;/A&gt; and log a bug through them. That way you can request to escalate it, if needed.&lt;/P&gt;&lt;P&gt;Thanks for understanding &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Preeti&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jan 2024 00:04:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/net-maui-android-kml-kmz-with-bitmaps-are-rendered/m-p/1367068#M12434</guid>
      <dc:creator>PreetiMaske</dc:creator>
      <dc:date>2024-01-06T00:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: .NET MAUI, Android: KML/KMZ with bitmaps are rendered highly pixelated</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/net-maui-android-kml-kmz-with-bitmaps-are-rendered/m-p/1367095#M12436</link>
      <description>&lt;P&gt;Hi Preeti,&lt;/P&gt;&lt;P&gt;I just wanted to check in as&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/256344"&gt;@MatveiStefarov&lt;/a&gt;&amp;nbsp;said "...will be one of the first issues we look at...".&lt;/P&gt;&lt;P&gt;It is a bummer this won't be fixed in th near future, but as a seasoned developer myself I understand your reasoning.&lt;/P&gt;&lt;P&gt;Being very long in the business I knew I cannot wait for you guys to fix the issue (no offence) so I've implemented a workaround after creating this ticket:&lt;BR /&gt;I make sure no picture is bigger than 2000x2000px in the KML. Which is tricky as the pics my end-users supply are bigger most of the time. So I have to split them in pieces and calculate the new positions of those pieces.&lt;/P&gt;&lt;P&gt;This is not performant though (when creating and viewing the KMLs as there are way more than needed) so I was hoping for a solution here.&lt;/P&gt;&lt;P&gt;Anyhow... I appreciate all your support and trying to help us guys here.&lt;/P&gt;&lt;P&gt;Soko&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jan 2024 08:40:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/net-maui-android-kml-kmz-with-bitmaps-are-rendered/m-p/1367095#M12436</guid>
      <dc:creator>SokoFromNZ</dc:creator>
      <dc:date>2024-01-06T08:40:59Z</dc:date>
    </item>
  </channel>
</rss>

