<?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 Xamarin Forms KMZ pushpins are not displayed in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/xamarin-forms-kmz-pushpins-are-not-displayed/m-p/369128#M4381</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class="" style="background-color: #ffffff; border: 0px;"&gt;&lt;P style="border: 0px; font-weight: inherit; padding: 0px;"&gt;Hello Team,&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; padding: 0px;"&gt;I&amp;nbsp;am overlaying&amp;nbsp;KMZ&amp;nbsp;files over ArcGIS default base maps, the polygons get overlayed properly but the pushpin placemarks are displaying as&amp;nbsp;Red X and polylines are not being displayed.&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; padding: 0px;"&gt;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; padding: 0px;"&gt;I am working with Xamarin forms using Esri.ArcGISRuntime.Xamarin.Forms (100.7.0) Nuget&amp;nbsp; and below is my code to overlay&amp;nbsp;KMZ file :&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; padding: 0px;"&gt;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; padding: 0px;"&gt;MyMapView.Map = new Esri.ArcGISRuntime.Mapping.Map(Basemap.CreateImageryWithLabels());&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; padding: 0px;"&gt;KmlDataset&amp;nbsp;dataset = new KmlDataset(new Uri(KMZFileLocalPath));&lt;BR /&gt;&lt;SPAN style="background-color: #ffffff;"&gt;KmlLayer&amp;nbsp;&lt;/SPAN&gt;layer = new KmlLayer(dataset);&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; padding: 0px;"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;MyMapView&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit;"&gt;.Map.OperationalLayers.Add(layer);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; padding: 0px;"&gt;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; padding: 0px;"&gt;&lt;SPAN style="font-weight: inherit;"&gt;Attached sample&amp;nbsp;KMZ file that is giving this issue. And&amp;nbsp;a sample&amp;nbsp; screenshot of the pushpin&amp;nbsp;getting rendered as&amp;nbsp;Red X&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; padding: 0px;"&gt;I really can't figure out what am I missing here, that the pins are getting displayed like this.&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; padding: 0px;"&gt;&amp;nbsp;Any Help will be appreciated.&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; padding: 0px;"&gt;Thanks,&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; padding: 0px;"&gt;Kavita&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV class="" style="background: #ffffff; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: none; border-left: none; border-right: none; font-size: 14px;"&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Oct 2020 14:54:19 GMT</pubDate>
    <dc:creator>KavitaPandey</dc:creator>
    <dc:date>2020-10-22T14:54:19Z</dc:date>
    <item>
      <title>Xamarin Forms KMZ pushpins are not displayed</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/xamarin-forms-kmz-pushpins-are-not-displayed/m-p/369128#M4381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class="" style="background-color: #ffffff; border: 0px;"&gt;&lt;P style="border: 0px; font-weight: inherit; padding: 0px;"&gt;Hello Team,&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; padding: 0px;"&gt;I&amp;nbsp;am overlaying&amp;nbsp;KMZ&amp;nbsp;files over ArcGIS default base maps, the polygons get overlayed properly but the pushpin placemarks are displaying as&amp;nbsp;Red X and polylines are not being displayed.&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; padding: 0px;"&gt;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; padding: 0px;"&gt;I am working with Xamarin forms using Esri.ArcGISRuntime.Xamarin.Forms (100.7.0) Nuget&amp;nbsp; and below is my code to overlay&amp;nbsp;KMZ file :&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; padding: 0px;"&gt;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; padding: 0px;"&gt;MyMapView.Map = new Esri.ArcGISRuntime.Mapping.Map(Basemap.CreateImageryWithLabels());&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; padding: 0px;"&gt;KmlDataset&amp;nbsp;dataset = new KmlDataset(new Uri(KMZFileLocalPath));&lt;BR /&gt;&lt;SPAN style="background-color: #ffffff;"&gt;KmlLayer&amp;nbsp;&lt;/SPAN&gt;layer = new KmlLayer(dataset);&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; padding: 0px;"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;MyMapView&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit;"&gt;.Map.OperationalLayers.Add(layer);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; padding: 0px;"&gt;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; padding: 0px;"&gt;&lt;SPAN style="font-weight: inherit;"&gt;Attached sample&amp;nbsp;KMZ file that is giving this issue. And&amp;nbsp;a sample&amp;nbsp; screenshot of the pushpin&amp;nbsp;getting rendered as&amp;nbsp;Red X&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; padding: 0px;"&gt;I really can't figure out what am I missing here, that the pins are getting displayed like this.&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; padding: 0px;"&gt;&amp;nbsp;Any Help will be appreciated.&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; padding: 0px;"&gt;Thanks,&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; padding: 0px;"&gt;Kavita&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV class="" style="background: #ffffff; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: none; border-left: none; border-right: none; font-size: 14px;"&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2020 14:54:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/xamarin-forms-kmz-pushpins-are-not-displayed/m-p/369128#M4381</guid>
      <dc:creator>KavitaPandey</dc:creator>
      <dc:date>2020-10-22T14:54:19Z</dc:date>
    </item>
  </channel>
</rss>

